summaryrefslogtreecommitdiff
path: root/tty.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-08-16 20:33:24 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-08-16 20:33:24 -0700
commitd0788eb8cf0d8795fd1140086d998913e4707c1f (patch)
treefa4167bd4966ca0c72faa9d7324829e2d285bf8a /tty.h
parent35c164afd200bdb0cf9192b85bbae76b51832eb1 (diff)
Refactor into tty_moveup
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 fa32203..a339a71 100644
--- a/tty.h
+++ b/tty.h
@@ -34,6 +34,7 @@ void tty_setnormal(tty_t *tty);
*/
void tty_newline(tty_t *tty);
+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, ...);