summaryrefslogtreecommitdiff
path: root/tty.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-08-16 20:20:09 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-08-16 20:23:39 -0700
commit714de30ec82e570c89e0b0f32e36386d13b673a8 (patch)
tree6780a830cda38686c3dc7a7c4ba1bdd828a6064a /tty.h
parent86170ce65a9239abf33c1ca094aefdab065df53b (diff)
Refactor into tty_printf
Diffstat (limited to 'tty.h')
-rw-r--r--tty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tty.h b/tty.h
index 11e3590..5c69073 100644
--- a/tty.h
+++ b/tty.h
@@ -28,4 +28,6 @@ void tty_setnormal(tty_t *tty);
#define TTY_COLOR_WHITE 7
#define TTY_COLOR_NORMAL 9
+void tty_printf(tty_t *tty, const char *fmt, ...);
+
#endif