JakeWharton / mosaic

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

Support setting window title #454

Open JakeWharton opened 2 months ago

JakeWharton commented 3 days ago

Probably going to go with a

@Composable
fun WindowTitle(title: String)

which are aggregated into a list (a la BackHandler in Compose UI) and the topmost one will win.