nano

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

commit 329d6a32590aa806530a7262f4bb9f295c377c91
parent 8a2c0ba4b6bd907e7127781ee0fc56a625ae3adb
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 24 Nov 2004 23:46:04 +0000

formatting fix


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

Diffstat:
Msrc/nano.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c @@ -1242,7 +1242,8 @@ void do_verbatim_input(void) statusbar(_("Verbatim input")); - v_kbinput = get_verbatim_kbinput(edit, ERR, v_kbinput, &v_len, TRUE); + v_kbinput = get_verbatim_kbinput(edit, ERR, v_kbinput, &v_len, + TRUE); /* Turn on DISABLE_CURPOS while inserting character(s) and turn it * off afterwards, so that if constant cursor position display is