diff --git a/ntop.c b/ntop.c index 7c01a57..abe292c 100644 --- a/ntop.c +++ b/ntop.c @@ -1767,10 +1767,6 @@ int _tmain(int argc, TCHAR *argv[]) SetConsoleMode(ConsoleHandle, ENABLE_PROCESSED_INPUT|DISABLE_NEWLINE_AUTO_RETURN); if (InInputMode) { CharsWritten = ConPrintf(_T("\n%s"), CurrentInputStr); - if(CaretState) { - ConPutc(219); - ++CharsWritten; - } for(; CharsWritten < Width; CharsWritten++) { ConPutc(' ');