mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 03:11:31 +03:00
d7c04b154d
Previously, we'd require boxing the entire DCS representation in the escape sequence parser. This was due to some clippy advice that made sense at the time, but now that I'm looking at more things using DCS it seems wasteful to Box each byte of the dcs sequence. This commit shifts the box to the heavier weight portion: the DCS hook/entry representation. |
||
---|---|---|
.. | ||
caps | ||
escape | ||
lineedit | ||
render | ||
surface | ||
terminal | ||
widgets | ||
cell.rs | ||
cellcluster.rs | ||
color.rs | ||
hyperlink.rs | ||
image.rs | ||
input.rs | ||
istty.rs | ||
keymap.rs | ||
lib.rs | ||
macros.rs | ||
readbuf.rs | ||
rgb.txt |