mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add unhandled execute
log
This commit is contained in:
parent
09b1843815
commit
cbeec3df5a
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ impl<'a, H: Handler + TermInfo + 'a> vte::Perform for Performer<'a, H> {
|
|||
C1::NEL => self.handler.newline(),
|
||||
C1::HTS => self.handler.set_horizontal_tabstop(),
|
||||
C1::DECID => self.handler.identify_terminal(),
|
||||
_ => (),
|
||||
_ => err_println!("[unhandled] execute byte={:02x}", byte)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue