nano

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

commit e663dcd6aa63df24bff68937931cad771107b0cc
parent 4c9e8f4211316dae78886c2548b234bb94791d39
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon,  4 Oct 2004 22:35:43 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1964 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 @@ -2976,8 +2976,8 @@ void edit_update(topmidnone location) /* Ask a question on the statusbar. Answer will be stored in answer * global. Returns -1 on aborted enter, -2 on a blank string, and 0 - * otherwise, the valid shortcut key caught. Def is any editable text we - * want to put up by default. + * otherwise, the valid shortcut key caught. def is any editable text + * we want to put up by default. * * New arg tabs tells whether or not to allow tab completion. */ int statusq(int allowtabs, const shortcut *s, const char *def,