Skip to content

Commit

Permalink
fix erase to end of line bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Dec 19, 2018
1 parent 7b7b2cb commit ca82ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/med/display.d
Original file line number Diff line number Diff line change
Expand Up @@ -591,12 +591,12 @@ Lout:
}
if (inmark == 2)
inmark = 0;
if (!nextLine)
break;
lp = lforw(lp);
}
vteeol(wp.w_startcol);
++i;
if (!nextLine)
break;
}
}
debug (WFDEBUG)
Expand Down

0 comments on commit ca82ec4

Please sign in to comment.