Skip to content
Snippets Groups Projects
Commit ae209c40 authored by rswindell's avatar rswindell
Browse files

Added WIN_ESC mode bit to main menu (active when escape is hit).

parent 55162c6c
No related branches found
No related tags found
No related merge requests found
...@@ -278,7 +278,7 @@ int main(int argc, char **argv) ...@@ -278,7 +278,7 @@ int main(int argc, char **argv)
uifc.helpbuf= "`Synchronet Installation Settings:`\n" uifc.helpbuf= "`Synchronet Installation Settings:`\n"
"\nToDo: Add help."; "\nToDo: Add help.";
switch(uifc.list(WIN_MID|WIN_ACT,0,0,60,&main_dflt,0 switch(uifc.list(WIN_ESC|WIN_MID|WIN_ACT,0,0,60,&main_dflt,0
,"Synchronet Installation Settings",mopt)) { ,"Synchronet Installation Settings",mopt)) {
case 0: case 0:
i=choose_dist((char **)distlist); i=choose_dist((char **)distlist);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment