mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
acc895f1cd
A big paste could saturate the input/output of the pty and lead to an effective deadlock; the application wants to send output to us but we are busy trying to write the paste to it. Break up large pastes into chunks and send them piece by piece. This does mean that a large bracketed paste is not an atomic unit any longer, but it seems to work out ok when pasting into vim. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |