summaryrefslogtreecommitdiff
path: root/terminal/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'terminal/terminal.h')
-rw-r--r--terminal/terminal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/terminal/terminal.h b/terminal/terminal.h
index 0106f29..be711f5 100644
--- a/terminal/terminal.h
+++ b/terminal/terminal.h
@@ -70,6 +70,7 @@ typedef struct terminal_tty_struct
}terminal_tty;
terminal_tty terminal_init(term_out *screen,term_in *input);
+
bool terminal_put(terminal_tty *tty, uint8_t c);
void terminal_kb(terminal_tty *tty, uint8_t c);