fix(compatibility): workaround to make mac work
Qballer/workaround formac
This commit is contained in:
commit
49f5c0a670
1 changed files with 2 additions and 0 deletions
|
|
@ -1604,6 +1604,8 @@ impl vte::Perform for TerminalOutput {
|
||||||
self.newline_indices = newline_indices;
|
self.newline_indices = newline_indices;
|
||||||
self.reflow_lines();
|
self.reflow_lines();
|
||||||
}
|
}
|
||||||
|
} else if c == 'q' || c == 'd' || c == 'X' || c == 'G' {
|
||||||
|
// ignore for now to run on mac
|
||||||
} else {
|
} else {
|
||||||
println!("unhandled csi: {:?}->{:?}", c, params);
|
println!("unhandled csi: {:?}->{:?}", c, params);
|
||||||
panic!("aaa!!!");
|
panic!("aaa!!!");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue