Skip to content
Snippets Groups Projects
Commit 3f303442 authored by rswindell's avatar rswindell
Browse files

Removed Deuce's Xterm title mod (not appropriate for all terminals).

parent c6afa652
No related branches found
No related tags found
No related merge requests found
......@@ -108,10 +108,6 @@ bool sbbs_t::answer()
send_telnet_cmd(TELNET_WILL,TELNET_SUP_GA);
}
/* if using xterm, set window title */
sprintf(str,"\033]2;%s\007",cfg.sys_name);
putcom(str);
/* Detect terminal type */
mswait(200);
rioctl(IOFI); /* flush input buffer */
......
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