This commit is contained in:
Christopher Jeffrey 2015-04-27 15:27:51 -07:00
parent b241e1a4df
commit b05f3cc185

View File

@ -281,9 +281,9 @@ The screen on which every other node renders.
display text above the basic multilingual plane. this is behind an option display text above the basic multilingual plane. this is behind an option
because it may affect performance slightly negatively. without this option because it may affect performance slightly negatively. without this option
enabled, all double-width, surrogate pair, and combining characters will be enabled, all double-width, surrogate pair, and combining characters will be
replaced by `??`, `?`, `` respectively. (NOTE: libvte (e.g. gnome-terminal) replaced by `'??'`, `'?'`, `''` respectively. (NOTE: iTerm2 cannot display
cannot display characters that are both surrogate pairs _and_ double-width combining characters properly. blessed simply removes them from an element's
properly. there is no way for blessed to fix this unfortunately). content if iTerm2 is detected).
##### Properties: ##### Properties: