Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/med/display.d
Original file line number Diff line number Diff line change
Expand Up @@ -593,12 +593,12 @@ Lout:
}
if (inmark == 2)
inmark = 0;
if (!nextLine)
break;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? It's broken on Windows.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, I can't remember typing in that ... No idea how that sneaked in! :)

lp = lforw(lp);
}
vteeol(wp.w_startcol);
++i;
if (!nextLine)
break;
}
}
debug (WFDEBUG)
Expand Down