currshortcut = s;
- /* Get the input! */
-
nanoget_repaint(buf, answer, statusbar_x);
/* Refresh the edit window before getting input. */
#endif
break;
}
+
#ifndef NANO_SMALL
last_kbinput = kbinput;
#endif
* otherwise, the valid shortcut key caught. def is any editable text
* we want to put up by default.
*
- * New arg tabs tells whether or not to allow tab completion. */
+ * The allow_tabs parameter tells whether or not to allow tab
+ * completion. */
int statusq(bool allow_tabs, const shortcut *s, const char *def,
#ifndef NANO_SMALL
historyheadtype *which_history,
#endif
#ifndef DISABLE_TABCOMP
- /* if we've done tab completion, there might be a list of
- filename matches on the edit window at this point; make sure
- they're cleared off. */
+ /* If we've done tab completion, there might be a list of
+ * filename matches on the edit window at this point. Make sure
+ * that they're cleared off. */
if (list)
edit_refresh();
#endif