X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnwn_advanced.c;h=db68a788d6c0d76504ed579ff7c304c9132aebb9;hb=db905ff22705494136f504425cf0c75bb94cb81c;hp=986baca0d2df39d30fe293f42ffed399ad365fd2;hpb=09ed626f25fb3e7c57ad7a59e5261ea005aa498f;p=ap-utils.git diff --git a/src/nwn_advanced.c b/src/nwn_advanced.c index 986baca..db68a78 100644 --- a/src/nwn_advanced.c +++ b/src/nwn_advanced.c @@ -21,7 +21,6 @@ #include #include #include "ap-utils.h" -#include "ap-curses.h" #include #define RATES_RECORD "[%d] %02.1fM\t%s" @@ -63,7 +62,7 @@ void advanced() sprintf(message, _("[A] ACK Window: %d"), ackwindow); mvwaddstr(main_sub, 2, 0, message); - print_title(_("Advanced Options")); + print_top(NULL, _("Advanced Options")); print_help(_("DA - options; W - write conf; Q - quit to menu")); wrefresh(main_sub); @@ -130,7 +129,7 @@ void advanced() exit: getch(); quit: - print_title(""); + print_top(NULL, NULL); clear_main(0); }