about summary refs log tree commit diff
path: root/edit.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-11 15:33:59 -0400
committerJune McEnroe <june@causal.agency>2020-06-11 15:33:59 -0400
commite8f1b928b713752147864c259b1a244297c7acab (patch)
treef1782de2e43e902f39e64b41e619f370595bec5b /edit.c
parentAdd additional permission for linking with LibreSSL (diff)
downloadtest-e8f1b928b713752147864c259b1a244297c7acab.tar.gz
test-e8f1b928b713752147864c259b1a244297c7acab.zip
Call static_assert by _Static_assert
OpenBSD assert.h does not #define static_assert, and this is the only
thing that prevents catgirl from compiling without any issues there.
Diffstat (limited to 'edit.c')
0 files changed, 0 insertions, 0 deletions
30f99542902dbfaffc30909f53d41e066c07d7&follow=1'>Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe