[menu] Save the original input string when traversing history.

This commit is contained in:
Kris Maglione 2008-10-13 23:15:45 -04:00
parent f342a0ca4d
commit 164a2a033c

View File

@ -208,7 +208,7 @@ init_screens(void) {
int
main(int argc, char *argv[]) {
Item hist = { .string = "", };
static Item hist;
Item *item;
char *address;
char *histfile;