mirror of
https://github.com/alacritty/alacritty.git
synced 2025-11-06 22:44:18 -05:00
Switch to VTE's built-in ansi feature
Co-authored-by: Christian Duerr <contact@christianduerr.com>
This commit is contained in:
parent
f0379f2da7
commit
cb7ad5b7e6
17 changed files with 211 additions and 2041 deletions
|
|
@ -109,7 +109,7 @@ fn ref_test(dir: &Path) {
|
|||
config.scrolling.set_history(ref_config.history_size);
|
||||
|
||||
let mut terminal = Term::new(&config, &size, Mock);
|
||||
let mut parser = ansi::Processor::new();
|
||||
let mut parser: ansi::Processor = ansi::Processor::new();
|
||||
|
||||
for byte in recording {
|
||||
parser.advance(&mut terminal, byte);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue