rework m_strformat so that it takes the cols number to use in case of
[apps/madmutt.git] / lib-ui / curses.h
index cb2eb56..4e1c183 100644 (file)
@@ -208,4 +208,6 @@ void _mutt_make_string (char *, ssize_t, const char *, CONTEXT *,
 
 #define MAYBE_REDRAW(x) if (option (OPTNEEDREDRAW)) { unset_option (OPTNEEDREDRAW); x = REDRAW_FULL; }
 
+#define SW              (option(OPTMBOXPANE)?SidebarWidth:0)
+
 #endif /* !_MUTT_CURSES_H */