summary refs log tree commit diff
path: root/edit.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-20 18:51:11 -0400
committerJune McEnroe <june@causal.agency>2018-08-20 18:51:11 -0400
commit3e66bcf50ad23adc9c7d3ca2b6da8140eb6870ae (patch)
treea28a0fe093514f0622746552b9be121901170df2 /edit.c
parentAdd wcsnchr, wcsnrchr, awcsntombs (diff)
downloadcatgirl-3e66bcf50ad23adc9c7d3ca2b6da8140eb6870ae.tar.gz
catgirl-3e66bcf50ad23adc9c7d3ca2b6da8140eb6870ae.zip
Remove unnecessary include
Diffstat (limited to 'edit.c')
-rw-r--r--edit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/edit.c b/edit.c
index 782f449..3ee0a73 100644
--- a/edit.c
+++ b/edit.c
@@ -19,7 +19,6 @@
 #include <stdlib.h>
 #include <sysexits.h>
 #include <wchar.h>
-#include <wctype.h>
 
 #include "chat.h"
 
r> 2019-07-12Add DCH to shottyJune McEnroe This makes htop mostly work. Scrolling region still missing. 2019-07-12Support insert mode in shottyJune McEnroe This is how curses puts characters into the bottom-right cell of the terminal. 2019-07-11Don'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