mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug Fix
- Code doesn't compile when HAVE_LIBNCURSES is not defined (thanks to John Florian).
This commit is contained in:
parent
8312dc1f1d
commit
66e5c7fd64
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ int Context::getWidth ()
|
|||
else
|
||||
debug ("Context::getWidth: ncurses available but disabled.");
|
||||
#else
|
||||
std::stringstream out;
|
||||
out << "Context::getWidth: no ncurses, using width of " << width << " characters";
|
||||
debug (out.str ());
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue