X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ap-utils.git;a=blobdiff_plain;f=src%2Fnwn_advanced.c;h=1bf7c0122140876fe7e51dc17e10ece095ae6eb8;hp=a41c1b58ef8b302229f0a8f1d3e769a9fa1b9d7c;hb=HEAD;hpb=16204dfc7715783c2ebdfb55fc44fb9344613a76 diff --git a/src/nwn_advanced.c b/src/nwn_advanced.c index a41c1b5..1bf7c01 100644 --- a/src/nwn_advanced.c +++ b/src/nwn_advanced.c @@ -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); } -