We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It'd be convenient to be able to directly write jline's AttributedString:
AttributedString
AttributedString text = new AttributedString("text"); screen.writerBuilder().build().text(text, 0, 0);