summaryrefslogtreecommitdiff
path: root/tty.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-09-13 20:55:33 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-09-14 17:28:54 -0700
commit665d20f6d7f632b6fae0d5d7d455a0ca59a4ab38 (patch)
treeea6624e93dc76c2dbbe6ae9c14055738ebe14682 /tty.h
parent2891a83f4627f7aa36947a0595e92af434b67b4f (diff)
Add -t,--tty
Diffstat (limited to 'tty.h')
-rw-r--r--tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty.h b/tty.h
index 89c0386..ad21e8e 100644
--- a/tty.h
+++ b/tty.h
@@ -11,7 +11,7 @@ typedef struct{
} tty_t;
void tty_reset(tty_t *tty);
-void tty_init(tty_t *tty);
+void tty_init(tty_t *tty, const char *tty_filename);
char tty_getchar(tty_t *tty);
void tty_setfg(tty_t *tty, int fg);