fix(tui): revert kitty keyboard events workaround on windows (#20180)

This commit is contained in:
Luke Parker
2026-04-06 07:04:50 +00:00
committed by GitHub
parent eaa272ef7f
commit a4a9ea4ab0
2 changed files with 2 additions and 16 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ function rendererConfig(_config: TuiConfig.Info): CliRendererConfig {
targetFps: 60,
gatherStats: false,
exitOnCtrlC: false,
useKittyKeyboard: { events: process.platform === "win32" },
useKittyKeyboard: {},
autoFocus: false,
openConsoleOnError: false,
useMouse: mouseEnabled,