Home
last modified time | relevance | path

Searched refs:default_char2 (Results 1 – 3 of 3) sorted by path

/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/layout/
H A Dscreen.py160 default_char2 = _CHAR_CACHE[" ", Transparent]
162 default_char2 = default_char
165 lambda: defaultdict(lambda: default_char2)
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_font.c2141 int default_char2 = xs-> default_char & 0xff; in prima_char_struct() local
2146 if ( default_char2 < xs-> min_char_or_byte2 || in prima_char_struct()
2147 default_char2 > xs-> max_char_or_byte2) in prima_char_struct()
2148 default_char2 = xs-> min_char_or_byte2; in prima_char_struct()
2153 index2 = default_char2; in prima_char_struct()
2158 index2 = default_char2; in prima_char_struct()
H A Dapc_text.c19 int default_char2; member
29 s-> default_char2 = fs-> default_char & 0xff; in init_xchar_abc()
33 s-> default_char2 < fs-> min_char_or_byte2 || in init_xchar_abc()
34 s-> default_char2 > fs-> max_char_or_byte2 || in init_xchar_abc()
39 s-> default_char2 = fs-> min_char_or_byte2; in init_xchar_abc()
61 s->default_char2 - fs-> min_char_or_byte2; in xchar_struct()