summaryrefslogtreecommitdiff
path: root/src/tty.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-06-20 23:29:15 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-06-22 18:32:15 -0700
commitd9924b1eb8a80bc642340227aa92f276c3ac1d5d (patch)
tree3d3f40dd473ae1b7f73bcf0029ec6d13e8c41055 /src/tty.h
parent35cc756ae0a1e2c1f3d095711903012a520a561e (diff)
Batch together input for searches
Diffstat (limited to 'src/tty.h')
-rw-r--r--src/tty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tty.h b/src/tty.h
index b5a9343..28c5cad 100644
--- a/src/tty.h
+++ b/src/tty.h
@@ -17,6 +17,7 @@ void tty_close(tty_t *tty);
void tty_init(tty_t *tty, const char *tty_filename);
void tty_getwinsz(tty_t *tty);
char tty_getchar(tty_t *tty);
+int tty_input_ready(tty_t *tty);
void tty_setfg(tty_t *tty, int fg);
void tty_setinvert(tty_t *tty);