X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ap-utils.git;a=blobdiff_plain;f=src%2Fnwn_latest.c;fp=src%2Fnwn_latest.c;h=59d6b936eda8c04ab10b266e5d78b9cf75758f8f;hp=56b02f26b99c6df8aa8c4f2ccbfbb59d68b22296;hb=db905ff22705494136f504425cf0c75bb94cb81c;hpb=67fc54773e1504698e80c9cb83977bde32665350 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); }