summary refs log tree commit diff
path: root/bin/man1 (follow)
Commit message (Expand)AuthorAge
...
* Clean up order lexerJune McEnroe2021-01-01
* Add unary & to bitJune McEnroe2020-12-30
* Add postfix $ operator to bitJune McEnroe2020-12-30
* Add bibsortJune McEnroe2020-12-15
* Add modem -r flag to set baud rateJune McEnroe2020-12-08
* Remove editJune McEnroe2020-10-29
* Open /dev/tty in nudgeJune McEnroe2020-09-04
* Add nudgeJune McEnroe2020-09-04
* Read from stdin in orderJune McEnroe2020-07-18
* Remove aesJune McEnroe2020-06-17
* Allow redirecting input in everJune McEnroe2020-06-01
* Add c scriptJune McEnroe2020-05-31
* Remove setoptJune McEnroe2020-03-03
* Revert "Add first working version of imbox"June McEnroe2019-12-21
* Add first working version of imboxJune McEnroe2019-12-21
* Add option to default to text in hiJune McEnroe2019-12-15
* Document diff input language in hiJune McEnroe2019-12-11
* Replace shotty with code from streamJune McEnroe2019-11-25
* Add title -v flagJune McEnroe2019-09-10
* Add -x flag to titleJune McEnroe2019-09-07
* Add titleJune McEnroe2019-09-05
* Add long-missing setopt to bin.7June McEnroe2019-08-29
* Add editJune McEnroe2019-08-29
* Rename wat to everJune McEnroe2019-08-28
* Remove brot and gfxxJune McEnroe2019-08-28
* Use rand(3) in beefJune McEnroe2019-08-28
* Remove wakeJune McEnroe2019-08-28
* Make dtch one command, add sinkingJune McEnroe2019-08-12
* Add whenJune McEnroe2019-07-24
* Handle media copy sequence in shottyJune McEnroe2019-07-20
* Handle shotty output options more centrallyJune McEnroe2019-07-20
* Add ^Q to ptee for MC sequenceJune McEnroe2019-07-17
* Add up -tJune McEnroe2019-07-15
* Add more info to shotty man pageJune McEnroe2019-07-14
* Add shotty -dJune McEnroe2019-07-14
* Add shotty -cJune McEnroe2019-07-13
* Use -s to infer terminal sizeJune McEnroe2019-07-12
* Add bright option to shottyJune McEnroe2019-07-11
* Add shotty man page and build itJune McEnroe2019-07-09
* Add up -cJune McEnroe2019-07-09
* Add ^S toggle to pteeJune McEnroe2019-07-08
* Document lack of window size propagationJune McEnroe2019-07-08
* Add pteeJune McEnroe2019-07-08
* Add CSS output to schemeJune McEnroe2019-07-06
* Add variables to bitJune McEnroe2019-06-07
* Simplify and build bitJune McEnroe2019-05-30
* Add xx -p optionJune McEnroe2019-05-29
* Add compound assignment operators to orderJune McEnroe2019-05-18
* Support simple assignment in orderJune McEnroe2019-05-15
* Implement sizeof in orderJune McEnroe2019-05-15
/tr> 2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe In other words, warn when a function is missing static. I don't see why this isn't in -Wextra. 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe I know, it feels wrong. 2022-02-18Implement new line editing "library"June McEnroe Losing tab complete and text macros, for now. This new implementation works on an instance of a struct and does not interact with the rest of catgirl, making it possible to copy into another project. Unlike existing line editing libraries, this one is entirely abstract and can be rendered externally. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe