mosaic
mosaic copied to clipboard
An experimental tool for building console UI in Kotlin using the Jetpack Compose compiler/runtime
I talked about this somewhere _very_ early on, but I want a way for a centralized interceptor of the canvas on which you can apply logic. For example, being able...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `8.9` -> `8.10.1` | --- ### Release Notes gradle/gradle (gradle)...
There appears to be some issues when rendering `Text` that exceeds the canvas size - I've reproduced the issue from within both `Box` and `Column`. I've tried both with and...
In `AnsiLevel.NONE` mode, trailing spaces will be added if they have a style (which of course will not be visible in this mode). This can be fixed, but: 1) It...