]> git.decadent.org.uk Git - ap-utils.git/blobdiff - src/nwn_advanced.c
Update config.{sub,guess} in the right place at build time - closes: #534825
[ap-utils.git] / src / nwn_advanced.c
index a41c1b58ef8b302229f0a8f1d3e769a9fa1b9d7c..1bf7c0122140876fe7e51dc17e10ece095ae6eb8 100644 (file)
@@ -114,11 +114,13 @@ void advanced()
                i++;
            }   
 
-               print_help(WAIT_SET);
-               if (snmp(varbinds, i, SET) <= 0) {
-                   print_helperr(ERR_SET);
+           print_help(WAIT_SET);
+           if (snmp(varbinds, i, SET) <= 0) {
+               print_helperr(ERR_SET);
                    goto exit;
-               }
+           }
+           wbkgd(main_sub, A_NORMAL);
+           wrefresh(main_sub);
            print_help(DONE_SET);
            goto exit;
        default:
@@ -132,4 +134,3 @@ void advanced()
     print_top(NULL, NULL);
     clear_main(0);
 }
-