Typo: Error in comment.

This commit is contained in:
Paul Beckingham 2015-06-06 10:38:23 -04:00
parent fc6507803b
commit 160f3672db

View file

@ -65,7 +65,7 @@ int Context::getWidth ()
// Ncurses does this, and perhaps we need to as well, to avoid a problem on // Ncurses does this, and perhaps we need to as well, to avoid a problem on
// Cygwin where the display goes right up to the terminal width, and causes // Cygwin where the display goes right up to the terminal width, and causes
// and odd color wrapping problem. // an odd color wrapping problem.
if (config.getBoolean ("avoidlastcolumn")) if (config.getBoolean ("avoidlastcolumn"))
--width; --width;
} }