begin to move ui code into the lib-ui
[apps/madmutt.git] / status.c
index 6c613eb..18c9684 100644 (file)
--- a/status.c
+++ b/status.c
 #include <lib-lib/macros.h>
 #include <lib-lib/mapping.h>
 
+#include <lib-ui/curses.h>
+
 #include "mutt.h"
 #include "mutt_menu.h"
-#include "mutt_curses.h"
 #include "sort.h"
 #include "mx.h"
 #include "buffy.h"
@@ -55,7 +56,7 @@ static char *get_sort_str (char *buf, size_t buflen, int method)
  * %s = current sorting method ($sort)
  * %S = current aux sorting method ($sort_aux)
  * %t = # of tagged messages [option]
- * %v = Mutt-ng version 
+ * %v = Madmutt version 
  * %V = currently active limit pattern [option] */
 static const char *status_format_str (char *buf, size_t buflen, char op,
                                       const char *src, const char *prefix,