summary refs log tree commit diff
path: root/bounce.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-24 01:18:51 -0400
committerJune McEnroe <june@causal.agency>2019-10-24 01:18:51 -0400
commitf0db35a714ccd898b5fbae30a16c6fdfb567ad32 (patch)
tree2fcc0622335b0b5eaf7d3a6a903a1769b717bc3a /bounce.c
parentIgnore further CAP END (diff)
downloadpounce-f0db35a714ccd898b5fbae30a16c6fdfb567ad32.tar.gz
pounce-f0db35a714ccd898b5fbae30a16c6fdfb567ad32.zip
Intercept all CAP commands from clients
Diffstat (limited to 'bounce.c')
0 files changed, 0 insertions, 0 deletions
05 15:00:38 -0400'>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