nano

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

commit c7251fa4fc1d85494078a50cb3316307ed1e3b7a
parent 0c9551a4ddb7a16d8c3009f32772d7414ade896c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 24 May 2006 21:12:08 +0000

comment fix


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

Diffstat:
Msrc/prompt.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/prompt.c b/src/prompt.c @@ -1065,7 +1065,7 @@ int get_prompt_string(bool allow_tabs, update_statusbar_line(answer, statusbar_x); /* This key has a shortcut list entry when it's used - * to move to an older search, which means that + * to move to a newer search, which means that * finished has been set to TRUE. Set it back to * FALSE here, so that we aren't kicked out of the * statusbar prompt. */