Skip to content

Commit

Permalink
Pass RESET_CODE via filter while closing PrintStream
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Feb 27, 2018
1 parent 14b601c commit a8aef2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -781,7 +781,7 @@ private int optionInt(ArrayList<Object> options, int index, int defaultValue) {

@Override
public void close() { // expected diff with AnsiOutputStream.java
ps.print(RESET_CODE); // expected diff with AnsiOutputStream.java
print(RESET_CODE); // expected diff with AnsiOutputStream.java
flush();
super.close();
}
Expand Down

0 comments on commit a8aef2a

Please sign in to comment.