1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/mux
Wez Furlong dfb6043971 fix potential panic when pasting multibyte text > 1024 bytes
We were handling the case where the chunk intersected a multibyte
boundary after the first chunk, but not for the first chunk itself.

Refactor the code so that we use the same chunk splitting logic
for both of those cases.

refs: https://github.com/wez/wezterm/issues/668
2021-04-09 11:47:42 -07:00
..
src fix potential panic when pasting multibyte text > 1024 bytes 2021-04-09 11:47:42 -07:00
Cargo.toml wezterm-client: cut over to new wezterm-ssh bits 2021-03-28 07:18:38 -07:00