mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +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
|
int
|
||||||
main(int argc, char *argv[]) {
|
main(int argc, char *argv[]) {
|
||||||
Item hist = { .string = "", };
|
static Item hist;
|
||||||
Item *item;
|
Item *item;
|
||||||
char *address;
|
char *address;
|
||||||
char *histfile;
|
char *histfile;
|
||||||
|
Loading…
Reference in New Issue
Block a user