|
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), |