X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fcurses.h;h=e0612fef2709c2e842eeda568c7d45d25ee345ff;hp=43043632c84d90dedc3f9214754e66238e94bcbe;hb=892df7e70376da43374d834b8a825ea2d59efd06;hpb=488a60c8ef78872f38bbb3439a75cb2cda985a12 diff --git a/lib-ui/curses.h b/lib-ui/curses.h index 4304363..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 (option (OPTBEEP)) 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)