diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-13 18:55:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-13 18:55:18 +0000 |
commit | b1032bcc6b79135f87f327548e43563da05657fb (patch) | |
tree | 94915b15d11094006dcd3381b8ff0d0d3ed5de9b /Cargo.toml | |
parent | 0b9ae4ce936dfafbf5ea1929a170c97391cdea0b (diff) | |
download | alacritty-b1032bcc6b79135f87f327548e43563da05657fb.tar.gz alacritty-b1032bcc6b79135f87f327548e43563da05657fb.zip |
Add text reflow
Alacritty will now automatically reflow lines and shrink them when they
would usually exceed the new width of the terminal instead of
truncation.
If a line had to be truncated, it will also be reflown into the previous
line after growing the terminal width.
The reflow behavior when not at the bottom of the history is similar to
that of VTE and aims to keep the viewport stationary whenever possible.
Opposed to VTE, reflow will also be performed in the alternate screen
buffer.
There will be bugs when resizing the terminal emulator to a size smaller
than the prompt, though these issues were present in all terminal
emulators with reflow support.
This fixes #591.
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions