summary refs log tree commit diff
path: root/etc/Colemak.keylayout
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-10-13 22:05:22 -0400
committerJune McEnroe <programble@gmail.com>2017-10-13 22:05:22 -0400
commitd4ce93261fe807a334c42ba9e4e2e4ba47033ccf (patch)
treee6cec9b017d5f6c86d19d8e1e9c6a86afa23db11 /etc/Colemak.keylayout
parentAdd beginning of very basic shell, ish (diff)
downloadsrc-d4ce93261fe807a334c42ba9e4e2e4ba47033ccf.tar.gz
src-d4ce93261fe807a334c42ba9e4e2e4ba47033ccf.zip
Handle child signals in ish
Diffstat (limited to 'etc/Colemak.keylayout')
0 files changed, 0 insertions, 0 deletions
2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 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 McEnroe