1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00
wezterm/docs
Wez Furlong ff153ba27f vtparse: recognize utf8 encoded c1 codes in more cases
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
2021-05-08 00:39:29 -07:00
..
colorschemes docs: update color scheme screenshots 2021-05-02 07:52:38 -07:00
config docs: changelog for voidsymbol 2021-05-07 07:59:26 -07:00
install docs: add fedora 34 stable download 2021-05-02 17:46:32 -07:00
screenshots quickselect: allow pasting when typing the uppercase prefix 2021-04-27 07:06:55 -07:00
_config.yml docs: switch to the "Hacker" theme which is darker 2019-12-18 09:25:36 -08:00
book.toml Revert "ci: disable mdbook-linkcheck" 2021-02-24 09:28:00 -08:00
changelog.md vtparse: recognize utf8 encoded c1 codes in more cases 2021-05-08 00:39:29 -07:00
contributing.md docs: upgrade to mdbook 0.4, enable link checking 2021-01-30 14:14:29 -08:00
copymode.md round out quick select mode 2021-04-25 16:27:39 -07:00
custom.css style download buttons a bit better 2019-12-29 21:39:23 -08:00
escape-sequences.md docs: note about OSC 9 and OSC 777 toast notification support 2021-02-23 09:18:23 -08:00
faq.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00
features.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00
help.md docs: upgrade to mdbook 0.4, enable link checking 2021-01-30 14:14:29 -08:00
hyperlinks.md docs/hyperlinks: revert s -> S 2021-04-02 21:05:47 -07:00
imgcat.md docs: upgrade to mdbook 0.4, enable link checking 2021-01-30 14:14:29 -08:00
index.md docs: mention freebsd along with other platforms 2021-03-03 08:48:41 -08:00
installation.md docs: add installation info for FreeBSD 2021-03-03 08:45:58 -08:00
multiplexing.md docs: document various missing things 2021-02-20 10:40:26 -08:00
quickselect.md docs: update for 20210502-154244-3f7122cb 2021-05-02 16:13:32 -07:00
scrollback.md docs: fix link to ClearScrollback 2021-02-20 08:44:39 -08:00
serial.md docs: upgrade to mdbook 0.4, enable link checking 2021-01-30 14:14:29 -08:00
shell-integration.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00
ssh.md docs: update for 20210502-154244-3f7122cb 2021-05-02 16:13:32 -07:00