/* NEW TEST */
if (ISSET(PICO_MODE)) {
backupstring = mallocstrcpy(backupstring, "");
+#ifndef NANO_SMALL
search_history.current = (historytype *)&search_history.next;
+#endif
}
/* */
/* If using Pico messages, we do things the old fashioned way... */
fprintf(stderr, _("input \'%c\' (%d)\n"), kbinput, kbinput);
#endif
} /* switch (kbinput) */
+#ifndef NANO_SMALL
last_kbinput = kbinput;
+#endif
nanoget_repaint(buf, answer, x);
wrefresh(bottomwin);
} /* while (kbinput ...) */
wmove(bottomwin, 1 + j, i * (COLS / numcols));
-#ifndef NANO_SMALL
/* Yucky sentinel values we can't handle a better way */
if (s->val == NANO_CONTROL_SPACE)
strcpy(keystr, "^ ");
+#ifndef NANO_SMALL
else if (s->val == KEY_UP)
strcpy(keystr, _("Up"));
#endif /* NANO_SMALL */