1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Fix bug with tab rendering

Closes #494.
Resolves #529.
Resolves #512.
Resolves #493.
This commit is contained in:
Joe Wilm 2017-05-01 09:43:04 -07:00 committed by Joe Wilm
parent f06be732a2
commit f298e0455a
5 changed files with 0 additions and 10 deletions

View file

@ -1237,8 +1237,6 @@ impl ansi::Handler for Term {
break;
}
self.insert_blank(Column(1));
col += 1;
if self.tabs[*col as usize] {

View file

@ -30,7 +30,6 @@ ref_tests! {
fish_cc
indexed_256_colors
ll
tab_bg_highlight
tab_rendering
tmux_git_log
tmux_htop

View file

@ -1,5 +0,0 @@
% ]2;jwilm@jwilm-desk: ~/code/alacritty]1;..ode/alacritty jwilm@jwilm-desk ➜  ~/code/alacritty  [?1h=[?2004hecho -e "\x1b[48;5;31m1\t2\n\n3\x1b[0;m"echo -e "\x1b[48;5;31m1\t2\n\n3\x1b[0;m"[?1l>[?2004l
]2;echo -e "\x1b[48;5;31m1\t2\n\n3\x1b[0;m"]1;echo1 2
3
% ]2;jwilm@jwilm-desk: ~/code/alacritty]1;..ode/alacritty jwilm@jwilm-desk ➜  ~/code/alacritty  [?1h=[?2004h

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0}