if (allow_tabs)
answer = input_tab(answer, &statusbar_x, &tabbed,
list);
+
+ update_statusbar_line(answer, statusbar_x);
#endif /* !DISABLE_TABCOMP */
break;
case NANO_PREVLINE_KEY:
statusbar_x = strlen(answer);
}
+ update_statusbar_line(answer, statusbar_x);
+
/* This key has a shortcut list entry when it's used
* to move to an older search, which means that
* finished has been set to TRUE. Set it back to
answer = mallocstrcpy(answer, magichistory);
statusbar_x = strlen(answer);
}
+
+ update_statusbar_line(answer, statusbar_x);
}
#endif /* !NANO_SMALL */
break;