summary refs log tree commit diff
path: root/agpl.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-22 18:46:14 -0400
committerJune McEnroe <june@causal.agency>2021-09-22 18:46:14 -0400
commit3215dfbccd76221a726cdbd3bb6888b7053309a8 (patch)
treeaaf2a095afa322ebbcc0d4cfdabc1880919283ff /agpl.c
parentCall sandbox in CGI mode (diff)
downloadsrc-3215dfbccd76221a726cdbd3bb6888b7053309a8.tar.gz
src-3215dfbccd76221a726cdbd3bb6888b7053309a8.zip
Remove Linux-specific utilities
I haven't used these in ages.
Diffstat (limited to 'agpl.c')
0 files changed, 0 insertions, 0 deletions
June 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