mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
ff153ba27f
There were two bugs here: * \u8D (the utf8 encoded representation of 0x8d, aka: RI) was not recognized as a C1 code and was instead passed through as printable text. * The \u8D is a zero-width sequence which means that a subsequent set_cell call on the new empty-by-default line wouldn't allocate any cells in the line array, and the assigment to the line would panic. This commit avoids the panic for the second case, and then fixes up the vtparser to correctly recognize the sequence as a C1 control. refs: https://github.com/wez/wezterm/issues/768 |
||
---|---|---|
.. | ||
colorschemes | ||
config | ||
install | ||
screenshots | ||
_config.yml | ||
book.toml | ||
changelog.md | ||
contributing.md | ||
copymode.md | ||
custom.css | ||
escape-sequences.md | ||
faq.md | ||
features.md | ||
help.md | ||
hyperlinks.md | ||
imgcat.md | ||
index.md | ||
installation.md | ||
multiplexing.md | ||
quickselect.md | ||
scrollback.md | ||
serial.md | ||
shell-integration.md | ||
ssh.md |