mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
parent
7b9051afe5
commit
26953c2be1
Notes:
sideshowbarker
2024-07-18 18:03:01 +09:00
Author: https://github.com/BertalanD
Commit: 26953c2be1
Pull-request: https://github.com/SerenityOS/serenity/pull/7178
Issue: https://github.com/SerenityOS/serenity/issues/7175
1 changed files with 3 additions and 0 deletions
|
@ -704,6 +704,9 @@ void Terminal::execute_escape_sequence(Intermediates intermediates, bool ignore,
|
||||||
case 'M':
|
case 'M':
|
||||||
RI();
|
RI();
|
||||||
return;
|
return;
|
||||||
|
case '\\':
|
||||||
|
// ST (string terminator) -- do nothing
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
} else if (intermediates[0] == '#') {
|
} else if (intermediates[0] == '#') {
|
||||||
switch (last_byte) {
|
switch (last_byte) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue