summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
...
* Decode entities in titlesJune McEnroe2019-09-05
* Print title as soon as it's availableJune McEnroe2019-09-05
* Use CURL_PREFIX to set flagsJune McEnroe2019-09-05
* 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
* Factor out cap_rights_limit error handlingJune McEnroe2019-08-28
* Cast %lc parameter to wint_tJune McEnroe2019-08-27
* Make dtch one command, add sinkingJune McEnroe2019-08-12
* Shell script style passJune McEnroe2019-07-27
* Rewrite Makefile once more with more organizationJune McEnroe2019-07-27
* Reference png.h in bin.7June McEnroe2019-07-27
* Revert "Use scheme to style HTMLs"June McEnroe2019-07-27
* Lighten dark whiteJune McEnroe2019-07-26
* Add png.3 man pageJune McEnroe2019-07-25
* Use scheme to style HTMLsJune McEnroe2019-07-25
* Don't match comments in strings in makeJune McEnroe2019-07-25
* Generate index.html with links from bin.7June McEnroe2019-07-25
* Warn when date has changedJune McEnroe2019-07-24
* Add whenJune McEnroe2019-07-24
* Remove histedit from bitJune McEnroe2019-07-24
* Add beginning of date calculatorJune McEnroe2019-07-23
* 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
* Fix SGRs 90 and 100June McEnroe2019-07-16
* Add up -tJune McEnroe2019-07-15
* Implement scrolling regionJune McEnroe2019-07-15
* Add CSI names to shotty -dJune McEnroe2019-07-14
* Ignore CSI tJune McEnroe2019-07-14
* Add more info to shotty man pageJune McEnroe2019-07-14
* Fix OSC PT handlingJune McEnroe2019-07-14
* Handle OSC in shottyJune McEnroe2019-07-14
* Add shotty -dJune McEnroe2019-07-14
* Add shotty -cJune McEnroe2019-07-13
* Add DL to shottyJune McEnroe2019-07-13
* Use -s to infer terminal sizeJune McEnroe2019-07-12
* Add DCH to shottyJune McEnroe2019-07-12
* Support insert mode in shottyJune McEnroe2019-07-12
* Don't do carriage return on line feedJune McEnroe2019-07-11
* Interpret 256color-style SGRsJune McEnroe2019-07-11
* Use inline style rather than <b>, <i>, <u>June McEnroe2019-07-11
* Factor out clearJune McEnroe2019-07-11
* Add bright option to shottyJune McEnroe2019-07-11
* Output <b>, <i>, <u> in shottyJune McEnroe2019-07-11
* Ignore SM and RMJune McEnroe2019-07-10
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