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