-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What to use in place of render? #184
Closed
boxleytw opened this issue
Dec 16, 2020
· 1 comment
· Fixed by apache/grails-data-mapping#1444 · May be fixed by gnodet/jansi#1
Closed
What to use in place of render? #184
boxleytw opened this issue
Dec 16, 2020
· 1 comment
· Fixed by apache/grails-data-mapping#1444 · May be fixed by gnodet/jansi#1
Comments
I'll see if I can put the AnsiRenderer back. |
This was referenced Mar 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: