X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_curses.h;h=1141e254e6b83e3384091d985bc5a21a983d33cf;hp=5d7b9eaa3c7c3eb87c21e3da7755d8a4d1c4b03f;hb=1c16e9623a9fb6a15bb284a6f7322b583ebc06a7;hpb=355d6c883e8aafb8f424c22aa576cf8262ed9e58 diff --git a/mutt_curses.h b/mutt_curses.h index 5d7b9ea..1141e25 100644 --- a/mutt_curses.h +++ b/mutt_curses.h @@ -52,7 +52,7 @@ #undef lines #endif /* lines */ -#define CLEARLINE_WIN(x) move(x,SidebarWidth), clrtoeol() +#define CLEARLINE_WIN(x) move(x,(option(OPTMBOXPANE)?SidebarWidth:0)), clrtoeol() #define CLEARLINE(x) move(x,0), clrtoeol() #define CENTERLINE(x,y) move(y, (COLS-strlen(x))/2), addstr(x) #define BEEP() do { if (option (OPTBEEP)) beep(); } while (0)