mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Fixed P conversion
This commit is contained in:
parent
5f624431f1
commit
d1d7a73b2d
@ -142,9 +142,6 @@ void Event::Convert(Receiver<char>& in, Sender<Event>& out, char c) {
|
||||
case 26: // SUB
|
||||
return;
|
||||
|
||||
case 'P':
|
||||
return ParseDCS(in, out, input);
|
||||
|
||||
case '\x1B':
|
||||
return ParseESC(in, out, input);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user