Skip to content
Snippets Groups Projects
Commit ac94b066 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't send unsupported key-strokes (e.g. ESC) to the chat partner

parent 1405593c
No related branches found
No related tags found
No related merge requests found
......@@ -1065,6 +1065,8 @@ void sbbs_t::privchat(bool local)
}
// SYNC;
}
} else { // illegal key
continue;
}
read(out,&c,1);
......
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