]> git.decadent.org.uk Git - ap-utils.git/blobdiff - src/nwn_latest.c
Imported Upstream version 1.5~pre1
[ap-utils.git] / src / nwn_latest.c
index 56b02f26b99c6df8aa8c4f2ccbfbb59d68b22296..59d6b936eda8c04ab10b266e5d78b9cf75758f8f 100644 (file)
@@ -23,7 +23,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #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);
 }