mirror of
https://github.com/alacritty/alacritty.git
synced 2025-11-06 22:44:18 -05:00
Bump VTE to 0.14.0
Since this is a breaking change, it also bumps the alacritty_terminal development version to 0.25.0-dev.
This commit is contained in:
parent
8833551b0d
commit
8ab406d3fd
5 changed files with 12 additions and 16 deletions
|
|
@ -112,9 +112,7 @@ fn ref_test(dir: &Path) {
|
|||
let mut terminal = Term::new(options, &size, Mock);
|
||||
let mut parser: ansi::Processor = ansi::Processor::new();
|
||||
|
||||
for byte in recording {
|
||||
parser.advance(&mut terminal, byte);
|
||||
}
|
||||
parser.advance(&mut terminal, &recording);
|
||||
|
||||
// Truncate invisible lines from the grid.
|
||||
let mut term_grid = terminal.grid().clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue