From 03379938e43fa483a57290326fcf8842fb52abba Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 30 Dec 2014 21:57:11 +0700 Subject: [PATCH] [deuce] Minor terminology tweak via cgay. --- sources/deuce/display.dylan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/deuce/display.dylan b/sources/deuce/display.dylan index 84957f57b1..80b2ae9d9a 100644 --- a/sources/deuce/display.dylan +++ b/sources/deuce/display.dylan @@ -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.