about summary refs log tree commit diff
path: root/edit.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-02 19:31:05 -0400
committerJune McEnroe <june@causal.agency>2020-09-02 19:31:05 -0400
commita46fbea0ec38a153c07a06ea0177b136db3e3ecf (patch)
tree579328e3daf0fee7a51012102c68e80b1df83efd /edit.c
parentHide ignored messages at the soft -> hard buffer layer (diff)
downloadcatgirl-a46fbea0ec38a153c07a06ea0177b136db3e3ecf.tar.gz
catgirl-a46fbea0ec38a153c07a06ea0177b136db3e3ecf.zip
Give blank lines timestamps
Otherwise the zero timestamps totally break save data loading! Bad!
Diffstat (limited to 'edit.c')
0 files changed, 0 insertions, 0 deletions
p;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