diff --git a/src/nano.c b/src/nano.c index 2130cc56908cdc032970ac148bb029b46ba91217..124b570a1162d92e6588311edb0efad5d642e1f8 100644 --- 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