aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-16 23:40:25 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-16 23:40:25 +1000
commit94cae410f366f67ca3a45de563d8a032a0e452fa (patch)
tree61ce8fe26875d7140f2094f64a5976e2d9c8132d /input.c
parentcc69afc4fec7d5d2918a6ee086cef8e3f03324aa (diff)
Move the move_cursor and writeb functions to output.c, and make the output function used by output.c configurable
darcs-hash:20060216134025-ac50b-360d4816ee2c3f2ffdc8e5660502cb97b31d699e.gz
Diffstat (limited to 'input.c')
-rw-r--r--input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.c b/input.c
index bbb4a8c4..0352766a 100644
--- a/input.c
+++ b/input.c
@@ -57,6 +57,7 @@ implementation in fish is as of yet incomplete.
#include "event.h"
#include "signal.h"
#include "translate.h"
+#include "output.h"
static void input_read_inputrc( wchar_t *fn );