File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ class Terminal {
148
148
149
149
void emit_string (const StringView&);
150
150
151
- void alter_mode (bool , bool , const ParamVector&);
151
+ void alter_mode (bool should_set , bool question_param , const ParamVector&);
152
152
153
153
void CUU (const ParamVector&);
154
154
void CUD (const ParamVector&);
@@ -171,8 +171,8 @@ class Terminal {
171
171
void escape$S(const ParamVector&);
172
172
void escape$T(const ParamVector&);
173
173
void escape$L(const ParamVector&);
174
- void RM (bool , const ParamVector&);
175
- void SM (bool , const ParamVector&);
174
+ void RM (bool question_param , const ParamVector&);
175
+ void SM (bool question_param , const ParamVector&);
176
176
void DA (const ParamVector&);
177
177
void HVP (const ParamVector&);
178
178
void NEL ();
You can’t perform that action at this time.
0 commit comments