Skip to content
Snippets Groups Projects
Commit 048d161d authored by deuce's avatar deuce
Browse files

Add new cterm_init() agrument.

parent f9db3bce
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ int main(int argc, char **argv) ...@@ -130,7 +130,7 @@ int main(int argc, char **argv)
} }
} }
cterm_init(ti.screenheight, ti.screenwidth, 0, 0, SCROLL_LINES, scrollbuf); cterm_init(ti.screenheight, ti.screenwidth, 0, 0, SCROLL_LINES, scrollbuf, CTERM_EMULATION_ANSI_BBS);
if(infile) { if(infile) {
if((f=fopen(infile,"r"))==NULL) { if((f=fopen(infile,"r"))==NULL) {
cprintf("Cannot read %s\n\n\rPress any key to exit.",argv[1]); cprintf("Cannot read %s\n\n\rPress any key to exit.",argv[1]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment