@@ -166,7 +166,7 @@ else if (arg2or5 == 5) {
166
166
processDefaultBackgroundColor ();
167
167
break ;
168
168
case 0 :
169
- processAttributeRest ();
169
+ processAttributeReset ();
170
170
break ;
171
171
default :
172
172
processSetAttribute (value );
@@ -175,7 +175,7 @@ else if (arg2or5 == 5) {
175
175
}
176
176
}
177
177
if (count == 0 ) {
178
- processAttributeRest ();
178
+ processAttributeReset ();
179
179
}
180
180
return true ;
181
181
case 's' :
@@ -358,7 +358,7 @@ protected void processEraseLine(int eraseOption) throws IOException {
358
358
* <code>100-107</code> (background high intensity)
359
359
* @param attribute attribute
360
360
* @throws IOException IOException
361
- * @see #processAttributeRest ()
361
+ * @see #processAttributeReset ()
362
362
* @see #processSetForegroundColor(int)
363
363
* @see #processSetForegroundColor(int, boolean)
364
364
* @see #processSetForegroundColorExt(int)
@@ -474,7 +474,7 @@ protected void processDefaultBackgroundColor() throws IOException {
474
474
* process <code>SGR 0</code> corresponding to <code>Reset / Normal</code>
475
475
* @throws IOException IOException
476
476
*/
477
- protected void processAttributeRest () throws IOException {
477
+ protected void processAttributeReset () throws IOException {
478
478
}
479
479
480
480
/**
0 commit comments