mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:47:45 +00:00
Terminal: Add support for REP ('b' final)
Patch contributed by "pd"
This commit is contained in:
parent
58a2b9336a
commit
1372f10dda
2 changed files with 17 additions and 0 deletions
|
@ -63,6 +63,7 @@ private:
|
|||
void escape$M(const ParamVector&);
|
||||
void escape$G(const ParamVector&);
|
||||
void escape$X(const ParamVector&);
|
||||
void escape$b(const ParamVector&);
|
||||
void escape$d(const ParamVector&);
|
||||
void escape$m(const ParamVector&);
|
||||
void escape$s(const ParamVector&);
|
||||
|
@ -204,4 +205,6 @@ private:
|
|||
CTimer m_cursor_blink_timer;
|
||||
CTimer m_visual_beep_timer;
|
||||
RetainPtr<CConfigFile> m_config;
|
||||
|
||||
byte m_last_char { 0 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue