some more ignores
This commit is contained in:
parent
8df2ae0dfd
commit
3e11512f32
1 changed files with 1 additions and 1 deletions
|
|
@ -1604,7 +1604,7 @@ 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' {
|
} else if c == 'q' || c == 'd' || c == 'X' || c == 'G' {
|
||||||
// ignore for now to run on mac
|
// ignore for now to run on mac
|
||||||
} else {
|
} else {
|
||||||
println!("unhandled csi: {:?}->{:?}", c, params);
|
println!("unhandled csi: {:?}->{:?}", c, params);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue