summary refs log tree commit diff
path: root/buffer.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-07-13 17:58:14 +0000
committerJune McEnroe <june@causal.agency>2021-07-13 15:16:22 -0400
commit54d899196cf65e9954a3f5cc5da05af6afc82d3c (patch)
tree001d9dd6cd7c2a86897457040f840b25e5b90125 /buffer.c
parentDisable /exec in Kiosk mode (as documented) (diff)
downloadcatgirl-54d899196cf65e9954a3f5cc5da05af6afc82d3c.tar.gz
catgirl-54d899196cf65e9954a3f5cc5da05af6afc82d3c.zip
FreeBSD: Avoid caph_stream_rights(3)
caph_stream_rights(3) doesn't exist before FreeBSD 13.0 and there's
no good reason to create that dependency. I still run servers on
FreeBSD 12.

This is a partial revert of cbc9545cb3f76733030c867f32ddb6a922cd2907.
Diffstat (limited to 'buffer.c')
0 files changed, 0 insertions, 0 deletions
une 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