summary refs log tree commit diff
path: root/url.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-17 12:27:07 -0500
committerJune McEnroe <june@causal.agency>2020-02-17 12:27:07 -0500
commit079bbda24644f50d10175cb56f97c2d5213ba1a1 (patch)
tree18a32b40377d7bcce0898ec63696d4e8a0a24e6e /url.c
parentOnly scroll after reflow if necessary (diff)
downloadcatgirl-079bbda24644f50d10175cb56f97c2d5213ba1a1.tar.gz
catgirl-079bbda24644f50d10175cb56f97c2d5213ba1a1.zip
Accept Shift-M-0 through Shift-M-9 as well
This mostly just to accommodate my inverted keyboard layout.
Diffstat (limited to 'url.c')
0 files changed, 0 insertions, 0 deletions
>2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 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