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
@@ -45,7 +45,9 @@ export const StatusDisplay: React.FC<StatusDisplayProps> = ({
}
if (uiState.showEscapePrompt) {
return <Text color={theme.text.secondary}>Press Esc again to rewind.</Text>;
return (
<Text color={theme.text.secondary}>Clearing input is now Ctrl + C</Text>
);
}
if (uiState.queueErrorMessage) {