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 /tests/ref/tab_rendering/size.json | |
| parent | 21f888ec4149e3078830dfcf9a17adda0ec7623a (diff) | |
| download | r-alacritty-0c3e28617a95b4ca30ad9bdbb9114f1e4d41dce5.tar.gz r-alacritty-0c3e28617a95b4ca30ad9bdbb9114f1e4d41dce5.tar.bz2 r-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 'tests/ref/tab_rendering/size.json')
| -rw-r--r-- | tests/ref/tab_rendering/size.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/tab_rendering/size.json b/tests/ref/tab_rendering/size.json index eb12da0f..f7b43e61 100644 --- a/tests/ref/tab_rendering/size.json +++ b/tests/ref/tab_rendering/size.json @@ -1 +1 @@ -{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file +{"width":939.0,"height":1020.0,"cell_width":8.0,"cell_height":16.0,"padding_x":5.0,"padding_y":6.0,"dpr":1.0}
\ No newline at end of file |