Skip to content

Commit

Permalink
[deuce] Minor terminology tweak via cgay.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Dec 30, 2014
1 parent c44e005 commit 0337993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/deuce/display.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ define sealed method update-display-lines
end;
line-y := line-y + line-height;
max!(max-width, line-width);
// 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,
// then the line we just computed will only be partially displayed.
// In that case, we don't display it at all unless it would be
// the only line on the screen.
Expand Down

0 comments on commit 0337993

Please sign in to comment.