]> git.decadent.org.uk Git - ap-utils.git/blobdiff - lib/set_community.c
Imported Upstream version 1.5
[ap-utils.git] / lib / set_community.c
index 1bd0117653a02a59a5b1db5353478054a998b936..22f6c20edd21d8c0266f249a04ba8df0461b29a9 100644 (file)
@@ -103,8 +103,7 @@ void AuthorizedSettings()
                get_value(manufact, 3, 37, sizeof(manufact), ANY_STRING,
                    0, 0, NULL);
 */
-               get_pass(manufact, 3, 37,
-                   sizeof(manufact));
+               get_pass(manufact, 3, 37, sizeof(manufact));
            continue;
        case 'Q':
        case 'q':
@@ -141,6 +140,8 @@ void AuthorizedSettings()
                print_helperr(ERR_SET);
                goto exit;
            }
+           wbkgd(main_sub, A_NORMAL);
+           wrefresh(main_sub);
            break;
        }
        break;