varabyte / kotter

A declarative, Kotlin-idiomatic API for writing dynamic console applications.
Apache License 2.0
558 stars 16 forks source link

Update wrap better in virtual terminal #70

Closed bitspittle closed 2 years ago

bitspittle commented 2 years ago

When using Konsole in Kobweb, I get a lot of text cut off that I have to scroll to see.

image

It would be nice if this wrapped better. It is wrapping a bit, but not where I'd expect it. Probably the default is like 100 or 120 and we just need to set it to what the terminal's width is initialized with

bitspittle commented 2 years ago

The wrapping is actually not coming from the virtual terminal but is instead coming from Gradle I think.

So closing this for now, not the issue I originally expected.