summaryrefslogtreecommitdiff
path: root/src/tty.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2018-09-09 21:02:45 -0700
committerJohn Hawthorn <john@hawthorn.email>2018-09-09 21:02:45 -0700
commit97ec6364e25070c73bf3331363a30aa61cfd21c9 (patch)
tree4b8fcb442655f8646145e6890e747ffbdf49fe0e /src/tty.h
parent22579efc0ad4386e888e08c485f9268619c1934d (diff)
parentbaa0d7ece4eb8401a61a0bebdb5264bf805a34c2 (diff)
Merge branch 'abort_on_escape'
Diffstat (limited to 'src/tty.h')
-rw-r--r--src/tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tty.h b/src/tty.h
index e7672b6..aca40d9 100644
--- a/src/tty.h
+++ b/src/tty.h
@@ -17,7 +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);
+int tty_input_ready(tty_t *tty, int pending);
void tty_setfg(tty_t *tty, int fg);
void tty_setinvert(tty_t *tty);