Skip to content

Commit bfe2644

Browse files
Merge pull request #5786 from maron2000/test_write
Don't carriage return with a single LF
2 parents aecb70c + 95771b6 commit bfe2644

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dos/dev_con.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ class device_CON : public DOS_Device {
650650
cur_col=0;
651651
break;
652652
case '\n':
653-
cur_col=0;
654653
cur_row++;
655654
break;
656655
case '\t':

0 commit comments

Comments
 (0)