about summary refs log tree commit diff
path: root/NetBSD/Makefile
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2022-12-24 13:23:26 +0100
committerJune McEnroe <june@causal.agency>2023-02-13 18:30:13 -0500
commitead9b3b7110b0c8b020f55ad2f8ad122f1604b60 (patch)
tree89f5d692160d1db114d84da25db7986d42f86f2d /NetBSD/Makefile
parentUpdate to Linux man-pages 6.01 (diff)
downloadexman-ead9b3b7110b0c8b020f55ad2f8ad122f1604b60.tar.gz
exman-ead9b3b7110b0c8b020f55ad2f8ad122f1604b60.zip
Update to Linux man-pages 6.02
Diffstat (limited to 'NetBSD/Makefile')
0 files changed, 0 insertions, 0 deletions
t/ui.c?h=1.3&id=e20c64d5d72e341abf8dc3cb38d7cfec371faafc&follow=1'>Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe