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

AnsiRenderWriter does not implement all public api methods of PrintWriter #145

Closed Arnaud-Nauwynck closed 3 years ago

Arnaud-Nauwynck commented 5 years ago

missing at least these methods to override for rendering:

    public void write(char[] buf, int off, int len)
    public void write(char[] buf)
    public void write(String s, int off, int len)
gnodet commented 3 years ago

AnsiRenderWriter has been removed from 2.x.