X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fcurses.h;h=c33a93d90160b88b5cf45eab5f6696dc67c0d76a;hb=4e846802eb1912873b56a27644215e6eeb91dc76;hp=3537d715841477a0eb04873d8b60dcfb7c39a93b;hpb=785bb3cb4dd83ec1071998a64af74e333d076347;p=apps%2Fmadmutt.git diff --git a/lib-ui/curses.h b/lib-ui/curses.h index 3537d71..c33a93d 100644 --- a/lib-ui/curses.h +++ b/lib-ui/curses.h @@ -62,7 +62,7 @@ #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 (MCore.beep) beep(); } while (0) +#define BEEP() do { if (mod_core.beep) beep(); } while (0) #if ! (defined(USE_SLANG_CURSES) || defined(HAVE_CURS_SET)) #define curs_set(x)