Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 357 of file tncon.cpp.
Referenced by Telnet::Open().
{ switch(event) { case CTRL_BREAK_EVENT: // Bryan Montgomery 10/14/98 if(ini.get_control_break_as_c()) net.WriteString("\x3",1); return TRUE; default: return FALSE; } }