summary refs log tree commit diff
path: root/bin/1sh/libedit/historyn.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-09-05 02:39:41 -0400
committerJune McEnroe <june@causal.agency>2019-09-05 02:39:41 -0400
commitdc336eb40bc16ee4f45bc6ad56329cf099e17729 (patch)
tree22a4db83be0706e9a475b9166cf0f63bfde989e7 /bin/1sh/libedit/historyn.c
parentAdd title (diff)
downloadsrc-dc336eb40bc16ee4f45bc6ad56329cf099e17729.tar.gz
src-dc336eb40bc16ee4f45bc6ad56329cf099e17729.zip
Use CURL_PREFIX to set flags
Diffstat (limited to 'bin/1sh/libedit/historyn.c')
0 files changed, 0 insertions, 0 deletions
gmsg'> 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