ignore q csi

This commit is contained in:
Doron Tsur 2020-10-27 22:55:05 +02:00
parent 4574a4273a
commit 8df2ae0dfd

View file

@ -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!!!");