From 5aeab1c853e487aa0042d5c32200d623efe908d3 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 13 Oct 2018 17:18:49 +0200 Subject: fontstuff et al. --- userspace/xterm/terminal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'userspace/xterm/terminal.c') 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; -- cgit v1.2.3