mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
[menu] Save the original input string when traversing history.
This commit is contained in:
parent
f342a0ca4d
commit
164a2a033c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user