You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I note the render method has gone away, and format does not seem to process the ANSI instructions for @|...|@ bits in my string, and AnsiRenderer has gone away.
What is suggested to do in it's place? I know about methods such as bold, but prefer being able to use string templates.
Thanks!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I've updated to latest Jansi from an older version. Previously, I used code such as (Kotlin; Java is similar):
I note the
render
method has gone away, andformat
does not seem to process the ANSI instructions for@|...|@
bits in my string, andAnsiRenderer
has gone away.What is suggested to do in it's place? I know about methods such as
bold
, but prefer being able to use string templates.Thanks!
The text was updated successfully, but these errors were encountered: