summaryrefslogtreecommitdiffstats
path: root/src/input.h
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-05 16:27:34 -0300
committermongo <andmarti@gmail.com>2017-04-05 16:27:34 -0300
commit123f5e42961779f739c6c68beec27b0f8b689c75 (patch)
tree6f62c393da82f3073a4a3a96729e0bf67ed85777 /src/input.h
parenta60fa43aedacc49397ff1f5e93af31e18c20eb65 (diff)
more cleaning
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input.h b/src/input.h
index d8b75e0..c1d6a04 100644
--- a/src/input.h
+++ b/src/input.h
@@ -1,6 +1,6 @@
-#include <ncurses.h>
#include <wchar.h>
#include <sys/time.h> // for struct timeval
+#include <ncurses.h>
extern int multiplier; // Multiplier
extern int command_pending; // Command pending
@@ -19,4 +19,3 @@ int has_cmd (struct block * buf, long timeout);
void handle_mult(int * multiplier, struct block * buf, long timeout); // Handle multiplier ef.
void exec_mult (struct block * buf, long timeout);
void exec_single_cmd (struct block * sb);
-int wget_wch(WINDOW * win, wint_t * wch);