formatting fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2133 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
8a2c0ba4b6
commit
329d6a3259
|
@ -1242,7 +1242,8 @@ void do_verbatim_input(void)
|
||||||
|
|
||||||
statusbar(_("Verbatim input"));
|
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
|
/* Turn on DISABLE_CURPOS while inserting character(s) and turn it
|
||||||
* off afterwards, so that if constant cursor position display is
|
* off afterwards, so that if constant cursor position display is
|
||||||
|
|
Loading…
Reference in New Issue