X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fcurses.h;h=e0612fef2709c2e842eeda568c7d45d25ee345ff;hp=c86b651f25bdf0f70f256bf265fe0ab74328c89d;hb=a552eb852c1d02cedb0c6517603ce44a219e3110;hpb=cc707c1e986b60f2c1c1932d0789038d465a7a59 diff --git a/lib-ui/curses.h b/lib-ui/curses.h index c86b651..e0612fe 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 (ml_core.beep) beep(); } while (0) +#define BEEP() do { if (MCore.beep) beep(); } while (0) #if ! (defined(USE_SLANG_CURSES) || defined(HAVE_CURS_SET)) #define curs_set(x)