diff options
author | Steve Blundy <sblundy@users.noreply.github.com> | 2018-12-15 13:33:33 -0800 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-15 21:33:33 +0000 |
commit | 0c3e28617a95b4ca30ad9bdbb9114f1e4d41dce5 (patch) | |
tree | 59d5afe96a755910aba3804a7a84e3b299c49222 /CHANGELOG.md | |
parent | 21f888ec4149e3078830dfcf9a17adda0ec7623a (diff) | |
download | alacritty-0c3e28617a95b4ca30ad9bdbb9114f1e4d41dce5.tar.gz alacritty-0c3e28617a95b4ca30ad9bdbb9114f1e4d41dce5.zip |
Fixing tabs in copy-paste
This resolves issues with copy-pasting tabs by including them in the
pasted string.
Selection of tabs is still inconsistent with what might be expected
based on other terminal emulators, however the behavior hasn't
regressed.
This fixes https://github.com/jwilm/alacritty/issues/219.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d23a6f..88a0e263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix color issue in ncurses programs by updating terminfo pairs from 0x10000 to 0x7FFF - Fix panic after quitting Alacritty on macOS +- Tabs are no longer replaced by spaces when copying them to the clipboard ## Version 0.2.4 |