mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-22 01:07:12 -07:00
fix(cli): fix enabling kitty codes on Windows Terminal (#21136)
This commit is contained in:
committed by
GitHub
parent
ad8528833e
commit
b5041f5be4
@@ -786,6 +786,8 @@ export function KeypressProvider({
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
terminalCapabilityManager.enableSupportedModes();
|
||||
|
||||
const wasRaw = stdin.isRaw;
|
||||
if (wasRaw === false) {
|
||||
setRawMode(true);
|
||||
|
||||
Reference in New Issue
Block a user