Skip to content

Commit

Permalink
Pass RESET_CODE via filter while closing PrintStream
Browse files Browse the repository at this point in the history
Fixes #107
slachiewicz authored and hboutemy committed Feb 28, 2018
1 parent 14b601c commit cd34211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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();
}

0 comments on commit cd34211

Please sign in to comment.