We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44e005 commit 0337993Copy full SHA for 0337993
sources/deuce/display.dylan
@@ -987,7 +987,7 @@ define sealed method update-display-lines
987
end;
988
line-y := line-y + line-height;
989
max!(max-width, line-width);
990
- // If the new line y is _greater_ than the height of the screen,
+ // If the new line y is _greater_ than the height of the viewport,
991
// then the line we just computed will only be partially displayed.
992
// In that case, we don't display it at all unless it would be
993
// the only line on the screen.
0 commit comments