summary refs log tree commit diff
path: root/bin
ModeNameSize
-rw-r--r--.gitignore115log plain blame
-rw-r--r--LICENSE34520log plain blame
-rw-r--r--Makefile890log plain blame
-rw-r--r--README4141log plain blame
-rw-r--r--bri.c2467log plain blame
-rw-r--r--dtch.c6759log plain blame
-rw-r--r--fbatt.c4037log plain blame
-rw-r--r--fbclock.c4253log plain blame
d---------gfx167log plain
-rw-r--r--gfxx.c14456log plain blame
-rw-r--r--glitch.c13801log plain blame
-rw-r--r--hnel.c3625log plain blame
-rw-r--r--klon.c9212log plain blame
-rw-r--r--pbd.c3861log plain blame
-rw-r--r--pngo.c21432log plain blame
-rw-r--r--scheme.c6744log plain blame
-rw-r--r--wake.c1673log plain blame
-rw-r--r--watch.c2449log plain blame
-rw-r--r--xx.c3582log plain blame
d>Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize 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