summary refs log tree commit diff homepage
path: root/2016/src
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-05-11 17:42:35 -0400
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:25 -0500
commitaa7c95845edb6ca36a47363d3633336a0389384d (patch)
treef8d760194d7cf2c48336e6aa6105b98412be422e /2016/src
parentDay 25 (diff)
downloadaoc-aa7c95845edb6ca36a47363d3633336a0389384d.tar.gz
aoc-aa7c95845edb6ca36a47363d3633336a0389384d.zip
License ISC
Diffstat (limited to '2016/src')
0 files changed, 0 insertions, 0 deletions
colspan='3' class='logmsg'> This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^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