diff options
| author | Miguel <m.i@gmx.at> | 2018-08-18 13:23:53 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-18 13:23:53 +0200 |
| commit | 7b0d88b2dff9b635d9ff69f6d51b6832c1ca4c40 (patch) | |
| tree | 22c452e9c7ad586136721e776e0b67b23fb33119 /terminal/terminal.h | |
| parent | 17fd357bad5f6c3362cfdab1d807aa463c69a4e9 (diff) | |
cleaning up syscalls and playing with new pipes
Diffstat (limited to 'terminal/terminal.h')
| -rw-r--r-- | terminal/terminal.h | 1 |
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); |
