View | Details | Raw Unified | Return to bug 52655
Collapse All | Expand All

(-)xterm-212/charproc.c (-1 / +1 lines)
Lines 627-633 Link Here
627
627
628
#if OPT_WIDE_CHARS
628
#if OPT_WIDE_CHARS
629
    Ires(XtNutf8, XtCUtf8, screen.utf8_mode, uDefault),
629
    Ires(XtNutf8, XtCUtf8, screen.utf8_mode, uDefault),
630
    Ires(XtNutf8Title, XtCUtf8Title, screen.utf8_title, False),
630
    Bres(XtNutf8Title, XtCUtf8Title, screen.utf8_title, False),
631
    Bres(XtNwideChars, XtCWideChars, screen.wide_chars, False),
631
    Bres(XtNwideChars, XtCWideChars, screen.wide_chars, False),
632
    Bres(XtNmkWidth, XtCMkWidth, misc.mk_width, False),
632
    Bres(XtNmkWidth, XtCMkWidth, misc.mk_width, False),
633
    Bres(XtNcjkWidth, XtCCjkWidth, misc.cjk_width, False),
633
    Bres(XtNcjkWidth, XtCCjkWidth, misc.cjk_width, False),

Return to bug 52655