summaryrefslogtreecommitdiff
path: root/userspace/xterm/xterm.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-13 17:18:49 +0200
committerMiguel <m.i@gmx.at>2018-10-13 17:18:49 +0200
commit5aeab1c853e487aa0042d5c32200d623efe908d3 (patch)
tree51c810e0ce95c2b031b69999be2c0ab4244b2749 /userspace/xterm/xterm.c
parent279f3336a8f6b31ca38bdd272c73aebd68fa88fe (diff)
fontstuff et al.
Diffstat (limited to 'userspace/xterm/xterm.c')
-rw-r--r--userspace/xterm/xterm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/userspace/xterm/xterm.c b/userspace/xterm/xterm.c
index bee8d8d..b333794 100644
--- a/userspace/xterm/xterm.c
+++ b/userspace/xterm/xterm.c
@@ -10,8 +10,7 @@ int main(int argc, char **argv)
{
_gui_win();
-
- vesa_init();
+ vesa_init(NULL);
void *tty=terminal_init_vesa();
//int xterm_in[2];