mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:17:34 +00:00
LibVT: Add parameter names in function signatures for clarity
This commit is contained in:
parent
3549623dc6
commit
174583cda5
1 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@ private:
|
||||||
|
|
||||||
void emit_string(const StringView&);
|
void emit_string(const StringView&);
|
||||||
|
|
||||||
void alter_mode(bool, bool, const ParamVector&);
|
void alter_mode(bool should_set, bool question_param, const ParamVector&);
|
||||||
|
|
||||||
void CUU(const ParamVector&);
|
void CUU(const ParamVector&);
|
||||||
void CUD(const ParamVector&);
|
void CUD(const ParamVector&);
|
||||||
|
@ -171,8 +171,8 @@ private:
|
||||||
void escape$S(const ParamVector&);
|
void escape$S(const ParamVector&);
|
||||||
void escape$T(const ParamVector&);
|
void escape$T(const ParamVector&);
|
||||||
void escape$L(const ParamVector&);
|
void escape$L(const ParamVector&);
|
||||||
void RM(bool, const ParamVector&);
|
void RM(bool question_param, const ParamVector&);
|
||||||
void SM(bool, const ParamVector&);
|
void SM(bool question_param, const ParamVector&);
|
||||||
void DA(const ParamVector&);
|
void DA(const ParamVector&);
|
||||||
void HVP(const ParamVector&);
|
void HVP(const ParamVector&);
|
||||||
void NEL();
|
void NEL();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue