Added
Terminal.rawPrintwhich allows you to print ANSI codes manually. (#91)- Option to disable trailing line breaks on animations.
Terminal.print,println, andrawPrintnow accept astderrparameter that will print to stderr (if available).
Changed
- Fix typo in enum name: renamed
Borders.TOM_BOTTOMtoBorders.TOP_BOTTOM. (#100) - The terminal cursor will now be hidden when
progressAnimationis running.
Removed
- Removed
TerminalRecorder.currentContent. Usestdout(),stderr()oroutput()instead. - Removed
Terminal.forStdErr()andTerminalInterface.forStdErr(). UseTerminal.println(stderr=true)instead.