summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-07 20:41:27 -0500
committerJune McEnroe <june@causal.agency>2020-02-07 20:41:27 -0500
commita26c9ae0bc4b74b250031492b6c5a0bee39dd4d8 (patch)
tree7b5ae92c85eb6c2daebb3b30a04bdd4357d43e41 /chat.h
parentOnly treat the first tab as the alignment point (diff)
downloadcatgirl-a26c9ae0bc4b74b250031492b6c5a0bee39dd4d8.tar.gz
catgirl-a26c9ae0bc4b74b250031492b6c5a0bee39dd4d8.zip
Use define_key for meta keys
This will allow distinguishing meta from escape via ESCDELAY (which
should probably be set to something quite a lot shorter than its
default).
Diffstat (limited to 'chat.h')
0 files changed, 0 insertions, 0 deletions
td>Refactor 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