diff options
Diffstat (limited to 'userspace/xterm/terminal.c')
| -rw-r--r-- | userspace/xterm/terminal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/xterm/terminal.c b/userspace/xterm/terminal.c index ed2b175..60cd8b0 100644 --- a/userspace/xterm/terminal.c +++ b/userspace/xterm/terminal.c @@ -384,14 +384,15 @@ terminal_tty terminal_init(term_out *screen,term_in *input) return tty; } + term_out tout; terminal_tty tty; + terminal_tty* terminal_init_vesa() { tout.put_char=vesa_console_put_char; tout.update_cursor=vesa_update_cursor; - tty=(terminal_init(&tout,NULL)); return &tty; |
