Parse system theme events (#539)

This commit is contained in:
Jake Wharton
2024-11-21 23:28:49 -05:00
committed by GitHub
parent b1af118fcc
commit 2aa8682c00
7 changed files with 142 additions and 4 deletions

View File

@ -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()