Skip to content

Commit

Permalink
Fix gsass1#37
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Oct 30, 2020
1 parent ee1d189 commit 5d45836
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ntop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(' ');
Expand Down

0 comments on commit 5d45836

Please sign in to comment.