not having wide chars is soooo 90, please, I *really* don't care with
[apps/madmutt.git] / lib-ui / enter.c
index 3eb1f13..0d5b12e 100644 (file)
@@ -12,6 +12,8 @@
 # include "config.h"
 #endif
 
+#include <wctype.h>
+
 #include <lib-lib/mem.h>
 
 #include "curses.h"
@@ -23,9 +25,6 @@
 #include "history.h"
 #include "buffy.h"
 
-
-#include <string.h>
-
 /* redraw flags for mutt_enter_string() */
 enum {
   M_REDRAW_INIT = 1,            /* go to end of line and redraw */