summary refs log tree commit diff
path: root/url.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-29 23:24:58 -0500
committerJune McEnroe <june@causal.agency>2021-01-29 23:24:58 -0500
commit89a2fac05ad5cef1842f6d8cee8351ffd17c7095 (patch)
tree812d31c146b4dcd1b673e43302f47d5c9bb13c40 /url.c
parentAdd Repology links to README (diff)
downloadcatgirl-89a2fac05ad5cef1842f6d8cee8351ffd17c7095.tar.gz
catgirl-89a2fac05ad5cef1842f6d8cee8351ffd17c7095.zip
Only skip setting swap in windowShow
With the early return, mainUpdate doesn't get called in cases where
other functions expect windowShow to call it, such as when closing
or moving windows.
Diffstat (limited to 'url.c')
0 files changed, 0 insertions, 0 deletions
>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