summary refs log tree commit diff
path: root/port/caesar
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-23 00:22:05 -0400
committerJune McEnroe <june@causal.agency>2019-07-23 00:27:26 -0400
commitd471f1c789eccfc5aefeced2b758698c4913a16a (patch)
tree8f185129f7f7ba54b36dc5f4ac85e4e106ac18af /port/caesar
parentHandle media copy sequence in shotty (diff)
downloadsrc-d471f1c789eccfc5aefeced2b758698c4913a16a.tar.gz
src-d471f1c789eccfc5aefeced2b758698c4913a16a.zip
Add beginning of date calculator
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
commit/ui.c?h=1.3&id=c1283ed18ad5ed04b8b66e6f2ea88101f38e9e89&follow=1'>Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe