fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

jANSI on windows console does not set background color to bg color when erasing the screen #160

Closed ghost closed 3 years ago

ghost commented 4 years ago

jANSI on windows console does not set background color to bg color when erasing the screen. Jansi version: '1.18' Running on Windows 10 1903 Java 1.8 (Oracle)

Relevant code: image

On Windows: image

On Linux: image