The enum values DEFAULT(Color.DEFAULT), FG_DEFAULT(Color.DEFAULT, false) and BG_DEFAULT(Color.DEFAULT, true) are missing in AnsiRenderer: https://github.com/fusesource/jansi/blob/5ff755541b67100b9d756ffdebc4d0ef3eec87d7/src/main/java/org/fusesource/jansi/AnsiRenderer.java#L174 I noticed the comment on line 163: TODO: Find a better way to keep Code in sync with Color/Attribute/Erase
The enum values DEFAULT(Color.DEFAULT), FG_DEFAULT(Color.DEFAULT, false) and BG_DEFAULT(Color.DEFAULT, true) are missing in AnsiRenderer:
jansi/src/main/java/org/fusesource/jansi/AnsiRenderer.java
Line 174 in 5ff7555
I noticed the comment on line 163: TODO: Find a better way to keep Code in sync with Color/Attribute/Erase