spring-projects / spring-shell

Spring based shell
http://projects.spring.io/spring-shell/
Apache License 2.0
724 stars 394 forks source link

Screen writer support for AttributedString #1110

Closed jvalkeal closed 1 month ago

jvalkeal commented 1 month ago

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);