This commit is contained in:
A.K.M. Adib
2026-01-14 12:22:52 -05:00
parent dfb7dc7069
commit 7279903919
5 changed files with 6 additions and 16 deletions
@@ -506,9 +506,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
resetEscapeState();
}, 500);
} else {
// Second ESC triggers rewind
resetEscapeState();
onSubmit('/rewind');
}
return;
}
@@ -877,7 +875,6 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
kittyProtocol.enabled,
tryLoadQueuedMessages,
setBannerVisible,
onSubmit,
activePtyId,
setEmbeddedShellFocused,
],