nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 67e3b93861f7444ae5e68029a2377150db69acf1
parent e5bc1c45cec1c2936b34cb49da06147a47a9ff76
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 23 May 2005 18:49:28 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2536 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/winio.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/winio.c b/src/winio.c @@ -2588,8 +2588,8 @@ int nanogetstr(bool allow_tabs, const char *buf, const char *curranswer, * otherwise, the valid shortcut key caught. curranswer is any editable * text that we want to put up by default. * - * The allow_tabs parameter tells whether or not to allow tab - * completion. */ + * The allow_tabs parameter indicates whether we should allow tabs to be + * interpreted. */ int statusq(bool allow_tabs, const shortcut *s, const char *curranswer, #ifndef NANO_SMALL filestruct *history_list,