mirror of
https://github.com/wez/wezterm.git
synced 2024-12-27 15:37:29 +03:00
76b72e4be4
These modifiers have the effect of forcing us to consider the grapheme as being either a single cell (VS15) or two cells (VS16) in the terminal model. These don't affect font choice as wezterm doesn't know whether a given font in the fallback has a textual vs. an emoji version of a given glyph, or whether a later font in the fallback has one or the other because we can't know until we fall back, and that has a very high cost--we perform fallback asynchronously in another thread because of its high cost. Depending on the selected glyph, it may or may not render as double wide. refs: #997 |
||
---|---|---|
.. | ||
caps | ||
escape | ||
lineedit | ||
render | ||
surface | ||
terminal | ||
widgets | ||
cell.rs | ||
cellcluster.rs | ||
color.rs | ||
error.rs | ||
hyperlink.rs | ||
image.rs | ||
input.rs | ||
istty.rs | ||
keymap.rs | ||
lib.rs | ||
macros.rs | ||
readbuf.rs | ||
rgb.txt |