From 69e839724d7a7c1f33f9fcbcad6e0b8f498a826a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 4 Jul 2009 12:32:45 -0400 Subject: [PATCH] Documentation Update - Removed a comment for 'ncurses' that looked a little too much like sarcasm. --- src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index 473d4e3a0..3e110a047 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -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"