spring-projects/spring-shell

Screen writer support for AttributedString

jvalkeal opened this issue · 0 comments

It'd be convenient to be able to directly write jline's AttributedString:

AttributedString text = new AttributedString("text");
screen.writerBuilder().build().text(text, 0, 0);