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

Use term_supports() for detecting NO_EXASCII support.

parent 2aa75400
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ char sbbs_t::inkey(long mode, unsigned long timeout) ...@@ -67,7 +67,7 @@ char sbbs_t::inkey(long mode, unsigned long timeout)
} }
if(cfg.node_misc&NM_7BITONLY if(cfg.node_misc&NM_7BITONLY
&& (!(sys_status&SS_USERON) || useron.misc&NO_EXASCII)) && (!(sys_status&SS_USERON) || term_supports(NO_EXASCII)))
ch&=0x7f; ch&=0x7f;
this->timeout=time(NULL); this->timeout=time(NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment