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

Movement with cursorUpLine/cursorDownLine don't work on windows #140

Closed Barteks2x closed 3 years ago

Barteks2x commented 5 years ago

Colors work, but methods like cursorUpLine() don't appear to do anything.

ryoii commented 4 years ago

The same problem. It doesn't work on windows 10 neither. But it work well on git bash.

My windows version: 1909

gnodet commented 3 years ago

Fwiw, cursorUpLine() has never been implemented on windows.