mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
fix(cli): fix enabling kitty codes on Windows Terminal (#21136)
This commit is contained in:
committed by
GitHub
parent
09259a8ec4
commit
ddafd79661
@@ -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