summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-06-02 22:22:58 -0400
committerJune McEnroe <june@causal.agency>2022-06-02 22:40:41 -0400
commit3e6c29a0d0e43587289e46f38f2a2e18dc5778e4 (patch)
tree1a5504af8556547b2ef8e9695a55764165a7505b /etc
parentClean up parsing a little (diff)
downloadsrc-3e6c29a0d0e43587289e46f38f2a2e18dc5778e4.tar.gz
src-3e6c29a0d0e43587289e46f38f2a2e18dc5778e4.zip
Do basic match highlighting
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
t'>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