gcc says those values are out of bounds
[apps/madtty.git] / demo / boxshell.c
index 806a1ff..15fbc41 100644 (file)
@@ -72,6 +72,7 @@ int main(void)
     keypad(stdscr, TRUE);
     curs_set(0);
     ESCDELAY=50;
+    madtty_init_vt100_graphics();
     madtty_init_colors();
     getmaxyx(stdscr, screen_h, screen_w);