1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00
wezterm/docs/config
Wez Furlong 2603f9d4b4 fixup mux output processing
in ab342d9c46 I started to rearrange how
the output processing thread works.  It wasn't quite right, so this
commit tidies things up.

The main change here is that there is now back-pressure from the output
parser on the reader; if it is taking a while to parse the output then
we don't buffer up so much input.

This makes operations like `find /` followed immediately by `CTRL-C`
more responsive.

With this change, I don't feel that the
`ratelimit_output_bytes_per_second` option is needed any more, so it
has been removed.
2020-12-12 08:53:45 -08:00
..
lua Update permute_any_mods.md 2020-11-23 17:22:21 -08:00
appearance.markdown docs: update for 20201031-154415-9614e117 release 2020-10-31 15:51:08 -07:00
files.markdown docs: remove note about toml config support 2020-10-30 22:37:49 -07:00
font-shaping.markdown docs: update for lua configuration syntax 2020-04-06 16:32:16 -07:00
fonts.markdown Update fonts.markdown 2020-11-24 18:26:27 -08:00
keys.markdown docs: fix capitalization of PageUp/PageDown 2020-11-24 10:45:42 -08:00
launch.markdown docs: more pane related docs 2020-10-10 10:49:36 -07:00
misc.markdown fixup mux output processing 2020-12-12 08:53:45 -08:00