1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
wezterm/tabout
Wez Furlong f4105cb42f avoid excess capacity when dealing with iterm2 image protocol
Using a boxed slice means that we hold exactly the memory required
for the file data, rather than the next-power-of-two, which can
be wasteful when a large number of images are being sent to
the terminal.

This is a API breaking change for termwiz, so bump its version.

refs: #534
2021-03-13 08:10:48 -08:00
..
src tabout: allow tabulating Change slices for colorized output 2020-04-04 13:40:45 -07:00
Cargo.toml avoid excess capacity when dealing with iterm2 image protocol 2021-03-13 08:10:48 -08:00