summary refs log tree commit diff
path: root/etc/tf
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-20 18:26:15 -0500
committerJune McEnroe <june@causal.agency>2019-12-20 18:26:15 -0500
commit1c95b5a33b82fdc2fde2715d6b56db1d530c3fad (patch)
treef469215abca6d7155686736881f5b1f28e532fb8 /etc/tf
parentSource .editrc before applying -v or -e (diff)
downloadsrc-1c95b5a33b82fdc2fde2715d6b56db1d530c3fad.tar.gz
src-1c95b5a33b82fdc2fde2715d6b56db1d530c3fad.zip
Set LANG in cgit filters
ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII
chars.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
span title='2022-06-02 20:53:17 -0400'>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