about summary refs log tree commit diff
path: root/edit.c (follow)
Commit message (Expand)AuthorAge
* Become multi-channelJune McEnroe2018-08-10
* Add M-b, M-f, M-DEL, M-d, C-wJune McEnroe2018-08-09
* Add commands to tab completeJune McEnroe2018-08-08
* Factor out line editing to edit.cJune McEnroe2018-08-08
='3' class='logmsg'> 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroewcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe