diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-01 03:27:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 06:27:23 +0300 |
commit | bea6ece3f6e4f116e9f0319b6d0002943f28e3b8 (patch) | |
tree | cdd6c1975bb54b9d03467bce9e652ebd2d607323 /alacritty.yml | |
parent | 31e01cc0e01ca0d5e9c503257459bf7873ba7787 (diff) | |
download | r-alacritty-bea6ece3f6e4f116e9f0319b6d0002943f28e3b8.tar.gz r-alacritty-bea6ece3f6e4f116e9f0319b6d0002943f28e3b8.tar.bz2 r-alacritty-bea6ece3f6e4f116e9f0319b6d0002943f28e3b8.zip |
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.
Diffstat (limited to 'alacritty.yml')
0 files changed, 0 insertions, 0 deletions