1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 22:33:52 +03:00
wezterm/docs
Wez Furlong 1c9bd347c2 multiplexer: improve handling of image attachments
There were a a couple of issues:

* `ImageData::hash` would re-hash the image on every call, and this was
  called for every cell that comprised an image on the mux server side
* `SerializedLine` needed to understand how to remove the `Arc<ImageData>`
  image attachments so that we didn't serialize a complete copy of the
  image per cell that comprised the image.

A new RPC was introduced to attempt to fetch `ImageData` given its
content hash and pane, row and cell index as a hint to locate it.

A client side LRU of content hash to `ImageData` is used to avoid
issuing repeat calls to that new RPC.

refs: #1237
2022-03-28 20:28:05 -07:00
..
colorschemes Sync with iTerm2-Color-Schemes 2021-12-31 10:43:30 -07:00
config docs: fix invalid example 2022-03-28 19:55:23 -07:00
install docs: update minimum required Rust version 2022-02-23 07:54:25 -08:00
screenshots gui: support radial gradients 2021-08-13 17:38:33 -07:00
_config.yml docs: switch to the "Hacker" theme which is darker 2019-12-18 09:25:36 -08:00
book.toml docs: enable folding in navigation area 2022-01-09 10:13:07 -07:00
changelog.md multiplexer: improve handling of image attachments 2022-03-28 20:28:05 -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 docs: embed nerd fonts symbols on the nerdfonts page 2022-02-03 08:19:51 -07:00
escape-sequences.md docs: document OSC 11-13 for changing default colors 2022-03-03 07:22:47 -07:00
faq.md docs: document wezterm ls-fonts 2022-01-09 11:40:37 -07:00
features.md docs: note about kitty image protocol on features page 2022-01-01 17:58:58 -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: update for 20220319-142410-0fcdea07 2022-03-19 16:37:27 -07:00
index.md docs: slightly clarify key assignment docs 2021-10-03 09:10:04 -07:00
installation.md docs: add installation info for FreeBSD 2021-03-03 08:45:58 -08:00
multiplexing.md docs: update for 20220319-142410-0fcdea07 2022-03-19 16:37:27 -07:00
quickselect.md docs: update for 20210502-154244-3f7122cb 2021-05-02 16:13:32 -07:00
README.markdown docs: redirect people from GH docs dir to website 2021-12-12 07:54:01 -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 Update Clink hyperlink to newer version 2021-11-27 08:11:40 -07:00
ssh.md docs: minor adjustments to ssh docs 2021-12-03 09:01:13 -07:00

This directory contains the sources for the documentation. Read the generated documentation at: https://wezfurlong.org/wezterm