fix(compatibility): workaround to make mac work

Qballer/workaround formac
This commit is contained in:
Aram Drevekenin 2020-10-29 14:19:49 +01:00 committed by GitHub
commit 49f5c0a670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1604,6 +1604,8 @@ impl vte::Perform for TerminalOutput {
self.newline_indices = newline_indices;
self.reflow_lines();
}
} else if c == 'q' || c == 'd' || c == 'X' || c == 'G' {
// ignore for now to run on mac
} else {
println!("unhandled csi: {:?}->{:?}", c, params);
panic!("aaa!!!");