This commit is contained in:
mkorwel
2026-04-15 11:05:06 -07:00
parent 618bfee8e4
commit 4d9d652092
145 changed files with 4996 additions and 91170 deletions
+2 -1
View File
@@ -74,6 +74,7 @@ vi.mock('../ui/utils/terminalUtils.js', () => ({
isLowColorDepth: vi.fn(() => false),
getColorDepth: vi.fn(() => 24),
isITerm2: vi.fn(() => false),
isVSCode: vi.fn(() => false),
}));
type TerminalState = {
@@ -770,7 +771,7 @@ export const renderWithProviders = async (
onSubmit={vi.fn()}
onCancel={vi.fn()}
>
<KeypressProvider>
<KeypressProvider config={config}>
<MouseProvider
mouseEventsEnabled={mouseEventsEnabled}
>