mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-22 13:27:46 +00:00
committed by
Andreas Kling
parent
7b9051afe5
commit
26953c2be1
@@ -704,6 +704,9 @@ void Terminal::execute_escape_sequence(Intermediates intermediates, bool ignore,
|
||||
case 'M':
|
||||
RI();
|
||||
return;
|
||||
case '\\':
|
||||
// ST (string terminator) -- do nothing
|
||||
return;
|
||||
}
|
||||
} else if (intermediates[0] == '#') {
|
||||
switch (last_byte) {
|
||||
|
||||
Reference in New Issue
Block a user