JakeWharton / mosaic

Build terminal UI in Kotlin using Jetpack Compose
Apache License 2.0
1.89k stars 57 forks source link

Add rudimentary key handling #442

Closed JakeWharton closed 3 weeks ago

JakeWharton commented 1 month ago

This forces all usages into raw mode, regardless of whether you are listening for keys or not.

Closes #10


JakeWharton commented 1 month ago

When rrtop sample exits I can no longer type 😑

JakeWharton commented 1 month ago

Seems like new snapshot of Mordant fixes that, but breaks key reading altogether.

JakeWharton commented 1 month ago

Still need:

Otherwise seems all working!