summaryrefslogtreecommitdiff
path: root/tty.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-08-16 20:34:16 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-08-16 20:35:17 -0700
commitd0941ff83a870130575659a38af0edec3ee3bcb6 (patch)
tree6d19a1fcbef49b2255f790440b218fc6ca6364ac /tty.h
parentd0788eb8cf0d8795fd1140086d998913e4707c1f (diff)
tty_flush
Diffstat (limited to 'tty.h')
-rw-r--r--tty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tty.h b/tty.h
index a339a71..3ee64f6 100644
--- a/tty.h
+++ b/tty.h
@@ -38,5 +38,6 @@ void tty_moveup(tty_t *tty, int i);
void tty_setcol(tty_t *tty, int col);
void tty_printf(tty_t *tty, const char *fmt, ...);
+void tty_flush(tty_t *tty);
#endif