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

Remove obsolete TODO comment.

parent 2c186125
Branches
Tags
No related merge requests found
......@@ -229,8 +229,6 @@ void sbbs_t::outchar(char ch)
#endif
if(online==ON_REMOTE && console&CON_R_ECHO) {
/* TODO: If this replaces spaces, destructive backspace won't work */
/* if it doesn't, a space is displayed as a space */
if(console&CON_R_ECHOX && (uchar)ch>=' ' && !outchar_esc) {
ch=text[YN][3];
if(text[YN][2]==0 || ch==0) ch='X';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment