Home
last modified time | relevance | path

Searched refs:DEC_SPECIAL (Results 1 – 17 of 17) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/win32/
H A Dui_selection_encoding.c25 if (ch->cs == DEC_SPECIAL) { in utf16le_illegal_char()
H A Dui_font.c65 { DEC_SPECIAL, SYMBOL_CHARSET, },
492 if (FONT_CS(font->id) == DEC_SPECIAL) { in ui_font_new()
/dports/x11/mlterm/mlterm-3.9.1/etc/
H A Dfont3 #DEC_SPECIAL = 10,a10;12,6x12;14,7x14;16,8x16;
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_char_encoding.c278 if (ch->cs == DEC_SPECIAL) { in non_iso2022_illegal_char()
303 if (ch->cs == DEC_SPECIAL) { in utf8_illegal_char()
H A Dvt_parser.c1306 if ((src->cs == DEC_SPECIAL) && (src->cs != vt_parser->cs)) { in restore_cursor()
1319 if (src->cs == DEC_SPECIAL) { in restore_cursor()
1320 vt_parser->gl = DEC_SPECIAL; in restore_cursor()
7543 ch.cs = DEC_SPECIAL; in vt_convert_to_internal_ch()
7754 if (ch.cs == DEC_SPECIAL) { in vt_convert_to_internal_ch()
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/src/
H A Def_charset.h63 DEC_SPECIAL = CS94SB_ID('0'), enumerator
H A Def_iso2022_parser.c103 static ef_charset_t decsp = DEC_SPECIAL; in parse_escape()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/xlib/
H A Dui_font.c49 { DEC_SPECIAL, { "iso8859-1", NULL, }, },
648 if (compose_dec_special_font && FONT_CS(font->id) == DEC_SPECIAL) { in xcore_set_font()
939 if (/* compose_dec_special_font && */ FONT_CS(font->id) == DEC_SPECIAL) { in ui_font_new()
/dports/x11/mlterm/mlterm-3.9.1/vtemu/libctl/
H A Dvt_bidi.c226 } else if (cs == DEC_SPECIAL) { in vt_bidi()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_draw_str.c417 if (ch_cs == DEC_SPECIAL) { in get_state()
445 if (ch_cs == DEC_SPECIAL) { in fc_draw_combining_chars()
795 if (ch_cs == DEC_SPECIAL) { in xcore_draw_combining_chars()
H A Dui_font_config.c77 {"DEC_SPECIAL", DEC_SPECIAL},
/dports/x11/mlterm/mlterm-3.9.1/doc/ja/
H A DREADME.ja572 ���Υ��ץ�������ꤵ�줿��硢"font" �ե������ DEC_SPECIAL �Ȥ���
1074 o DEC_SPECIAL ... ����ʸ���ѤΥե����
1195 DEC_SPECIAL �ϡ�����ʸ���δޤޤ�Ƥ��� iso8859-1 �ե���Ȥ���ꤷ�Ƥ�����
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/fb/
H A Dui_font.c1978 if (cs == DEC_SPECIAL) { in ui_font_new()
2100 if (cs == DEC_SPECIAL && (compose_dec_special_font || font_file == NULL || !is_pcf(font_file))) { in ui_font_new()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/sdl2/
H A Dui_font.c1978 if (cs == DEC_SPECIAL) { in ui_font_new()
2100 if (cs == DEC_SPECIAL && (compose_dec_special_font || font_file == NULL || !is_pcf(font_file))) { in ui_font_new()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/wayland/
H A Dui_font.c1978 if (cs == DEC_SPECIAL) { in ui_font_new()
2100 if (cs == DEC_SPECIAL && (compose_dec_special_font || font_file == NULL || !is_pcf(font_file))) { in ui_font_new()
/dports/x11/mlterm/mlterm-3.9.1/doc/en/
H A DChangeLog.old550 * DEC_SPECIAL characters are not shown under TERM=kterm and non-iso2022 encoding. fixed.
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog2137 'fri_type == FRIBIDI_TYPE_LTR' for DEC_SPECIAL characters.
8942 * ml_bidi.c: U+2500-259f and DEC_SPECIAL characters are forcibly regarded as bidi
21227 * DEC_SPECIAL characters were not shown with -Y,--decsp option. fixed.