X-Git-Url: http://git.madism.org/?p=apps%2Fmadtty.git;a=blobdiff_plain;f=demo%2Fboxshell.c;h=15fbc41865b28eeba3bb28fe3fba7356eae49bc0;hp=806a1ff2394df7425546c764fc18d545df708dd0;hb=HEAD;hpb=6c58525bf7665386fc72f1c5b1a217764c19f775 diff --git a/demo/boxshell.c b/demo/boxshell.c index 806a1ff..15fbc41 100644 --- a/demo/boxshell.c +++ b/demo/boxshell.c @@ -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);