mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update
- Removed a comment for 'ncurses' that looked a little too much like sarcasm.
This commit is contained in:
parent
abcec98bef
commit
69e839724d
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
|
|||
<< "locking=on # Use file-level locking\n"
|
||||
<< "\n"
|
||||
<< "# Terminal\n"
|
||||
<< "curses=on # Use curses\n"
|
||||
<< "curses=on # Use ncurses library to determine terminal width\n"
|
||||
<< "#defaultwidth=80 # Without ncurses, assumed width\n"
|
||||
<< "#editor=vi # Preferred text editor\n"
|
||||
<< "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue