nano

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

commit 1c367b69490ddb41a9170c9daacac114ada5b798
parent f56229948d7563d72106939b2af14895bd170233
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun,  4 Sep 2005 03:29:47 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3013 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 @@ -299,8 +299,8 @@ int *get_input(WINDOW *win, size_t input_len) free(key_buffer); key_buffer = NULL; /* If the default keystroke buffer isn't empty, move its - * beginning forward far enough back so that the keystrokes in input - * are no longer at its beginning. */ + * beginning forward far enough so that the keystrokes in input are + * no longer at its beginning. */ } else { memmove(key_buffer, key_buffer + input_len, key_buffer_len * sizeof(int));