x--;
}
}
-#endif
void
rxvt_term::iso14755_51 (unicode_t ch, rend_t r, int x, int y)
{
-#if ENABLE_OVERLAY
rxvt_fontset *fs = FONTSET (r);
rxvt_font *f = (*fs)[fs->find_font (ch)];
wchar_t *chr, *alloc, ch2, *fname;
if (alloc)
delete [] alloc;
# endif
-#endif
}
+#endif
void
rxvt_term::commit_iso14755 ()
/* extra handling for values with state unkept */
switch (arg[i])
{
+#if ENABLE_STYLES
+ case 1021:
+ if (mode)
+ SET_OPTION (Opt_intensityStyles);
+ else
+ CLR_OPTION (Opt_intensityStyles);
+#endif
case 1048: /* alternative cursor save */
case 1049:
if (OPTION (Opt_secondaryScreen))
else
CLR_OPTION (Opt_scrollTtyKeypress);
break;
-#if ENABLE_STYLES
- case 1021:
- if (state)
- SET_OPTION (Opt_intensityStyles);
- else
- CLR_OPTION (Opt_intensityStyles);
-#endif
case 1047: /* secondary screen w/ clearing last */
if (OPTION (Opt_secondaryScreen))
if (current_screen != PRIMARY)
Rs_boldFont,
Rs_italicFont,
Rs_boldItalicFont,
+ Rs_intensityStyles,
#endif
Rs_name,
Rs_title,
Rs_borderLess,
Rs_lineSpace,
Rs_cursorUnderline,
- Rs_intensityStyles,
#endif
#if CURSOR_BLINK
Rs_cursorBlink,
int base = GET_BASEFG (r);
#ifndef NO_BRIGHTCOLOR
if (r & RS_Bold
- && (!ENABLE_STYLES || OPTION (Opt_intensityStyles))
+# if ENABLE_STYLES
+ && OPTION (Opt_intensityStyles)
+# endif
&& IN_RANGE_INC (base, minCOLOR, minBrightCOLOR))
base += minBrightCOLOR - minCOLOR;
#endif
int base = GET_BASEBG (r);
#ifndef NO_BRIGHTCOLOR
if (r & RS_Blink
- && (!ENABLE_STYLES || OPTION (Opt_intensityStyles))
+# if ENABLE_STYLES
+ && OPTION (Opt_intensityStyles)
+# endif
&& IN_RANGE_INC (base, minCOLOR, minBrightCOLOR))
base += minBrightCOLOR - minCOLOR;
#endif