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

Extra param for cterm_init()

parent 242fb5f2
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ int spyon(char *sockname) {
gotoxy(1,ti.screenheight);
cputs("Local spy mode... press CTRL-C to return to monitor");
clreol();
cterm_init(ti.screenheight-1,ti.screenwidth,1,1,0,NULL);
cterm_init(ti.screenheight-1,ti.screenwidth,1,1,0,NULL,CTERM_EMULATION_ANSI_BBS);
while(spy_sock!=INVALID_SOCKET) {
struct timeval tv;
tv.tv_sec=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment