alacritty/alacritty_terminal
Christian Duerr bea6ece3f6
Fix tabs across linewrap
This resolves an issue with tabs not breaking across line boundaries,
instead the characters would just all get written to the last column and
thus be lost.

It also tweaks the behavior of what happens when the terminal resizes
with the default tabspaces changed, using something like the `tabs`
program. Previously all tabstops would be reset to the default on
resize, which is what URxvt does. Now the tabspaces are kept and the new
columns are filled with the default tabstops, which emulates Termite.
2020-03-01 06:27:23 +03:00
..
src Fix tabs across linewrap 2020-03-01 06:27:23 +03:00
tests Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
Cargo.toml Update terminfo dependency 2020-02-29 21:10:51 +03:00