summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore95log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile1564log plain blame
-rw-r--r--QUIRKS.71222log plain blame
-rw-r--r--README.74232log plain blame
-rw-r--r--bounce.c16453log plain blame
-rw-r--r--bounce.h8337log plain blame
-rw-r--r--calico.12033log plain blame
-rw-r--r--client.c18448log plain blame
-rw-r--r--config.c3762log plain blame
-rwxr-xr-xconfigure1327log plain blame
-rw-r--r--dispatch.c6847log plain blame
-rw-r--r--edit.c15404log plain blame
-rw-r--r--local.c5487log plain blame
-rw-r--r--notify.c9213log plain blame
-rw-r--r--palaver.c22519log plain blame
-rw-r--r--pounce-edit.12177log plain blame
-rw-r--r--pounce-notify.12077log plain blame
-rw-r--r--pounce-palaver.12139log plain blame
-rw-r--r--pounce.117679log plain blame
-rw-r--r--ring.c7383log plain blame
-rw-r--r--server.c7295log plain blame
-rw-r--r--state.c12566log plain blame
-rw-r--r--xdg.c3763log plain blame
38ded8210956d492d7c42df1793893e5cbe&follow=1'>Replace "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