nano

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

commit 3b0729cf5d7d3c7bf2c598495a4898e26d19b2d4
parent 2b6c3018b083c826635efca9867dcaa302389d18
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 12 Jun 2004 02:10:07 +0000

fix slightly misplaced break


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

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

diff --git a/src/winio.c b/src/winio.c @@ -389,8 +389,8 @@ int get_translated_kbinput(int kbinput, int *es escapes = 0; retval = kbinput; } - break; } + break; default: /* Reset the escape counter. */ escapes = 0;