X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnwn_latest.c;h=59d6b936eda8c04ab10b266e5d78b9cf75758f8f;hb=refs%2Ftags%2Fupstream%2F1.5.pre1;hp=56b02f26b99c6df8aa8c4f2ccbfbb59d68b22296;hpb=09ed626f25fb3e7c57ad7a59e5261ea005aa498f;p=ap-utils.git diff --git a/src/nwn_latest.c b/src/nwn_latest.c index 56b02f2..59d6b93 100644 --- a/src/nwn_latest.c +++ b/src/nwn_latest.c @@ -23,7 +23,6 @@ #include #include #include "ap-utils.h" -#include "ap-curses.h" extern WINDOW *main_sub; @@ -86,7 +85,7 @@ void latest() goto exit; } - print_title(_("Latest Events")); + print_top(NULL, _("Latest Events")); mvwaddstr(main_sub, 1, 0, _("Disassociate:")); sprintf(message, DESCR, *varbinds[0].value, @@ -124,6 +123,6 @@ void latest() print_help(ANY_KEY); exit: getch(); - print_title(""); + print_top(NULL, NULL); clear_main(0); }