mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-10-27 20:26:21 +08:00
Parse system theme events (#539)
This commit is contained in:
@ -75,6 +75,7 @@ private class RawModeEchoCommand : CliktCommand("raw-mode-echo") {
|
||||
}
|
||||
if (all || colorQuery) {
|
||||
print("\u001b[?996n") // Color scheme request
|
||||
print("\u001b[?2031h") // Color scheme enable
|
||||
}
|
||||
|
||||
val reader = Tty.stdinReader()
|
||||
|
||||
Reference in New Issue
Block a user