Skip to content

Commit 0337993

Browse files
[deuce] Minor terminology tweak via cgay.
1 parent c44e005 commit 0337993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/deuce/display.dylan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ define sealed method update-display-lines
987987
end;
988988
line-y := line-y + line-height;
989989
max!(max-width, line-width);
990-
// If the new line y is _greater_ than the height of the screen,
990+
// If the new line y is _greater_ than the height of the viewport,
991991
// then the line we just computed will only be partially displayed.
992992
// In that case, we don't display it at all unless it would be
993993
// the only line on the screen.

0 commit comments

Comments
 (0)