mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +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
|
else
|
||||||
debug ("Context::getWidth: ncurses available but disabled.");
|
debug ("Context::getWidth: ncurses available but disabled.");
|
||||||
#else
|
#else
|
||||||
|
std::stringstream out;
|
||||||
out << "Context::getWidth: no ncurses, using width of " << width << " characters";
|
out << "Context::getWidth: no ncurses, using width of " << width << " characters";
|
||||||
debug (out.str ());
|
debug (out.str ());
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue