Skip to content

Commit

Permalink
Merge pull request #50 from xuhuisheng/master
Browse files Browse the repository at this point in the history
fix default color set back.
  • Loading branch information
ceki committed Jun 13, 2012
2 parents 6610442 + 39b7442 commit 88dee14
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@
*/
abstract public class ForegroundCompositeConverterBase<E> extends CompositeConverter<E> {

final private static String SET_DEFAULT_COLOR = ESC_START+DEFAULT_FG+ESC_END;
final private static String SET_DEFAULT_COLOR = ESC_START+"0;"+DEFAULT_FG+ESC_END;

@Override
protected String transform(E event, String in) {
Expand Down

0 comments on commit 88dee14

Please sign in to comment.