mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibVT: Support <esc>#8 to fill screen with E's
This is apparently a "confidence test" supported by VT100.
This commit is contained in:
parent
25f04b06ad
commit
ab77bd4c3a
2 changed files with 31 additions and 5 deletions
|
@ -195,6 +195,7 @@ private:
|
|||
|
||||
void execute_escape_sequence(u8 final);
|
||||
void execute_xterm_command();
|
||||
void execute_hashtag(u8);
|
||||
|
||||
enum EscapeState {
|
||||
Normal,
|
||||
|
@ -202,7 +203,7 @@ private:
|
|||
ExpectParameter,
|
||||
ExpectIntermediate,
|
||||
ExpectFinal,
|
||||
|
||||
ExpectHashtagDigit,
|
||||
ExpectXtermParameter1,
|
||||
ExpectXtermParameter2,
|
||||
ExpectXtermFinal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue