mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Typo: Error in comment.
This commit is contained in:
parent
fc6507803b
commit
160f3672db
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue