Restore bracketed paste mode after external editor exit (#13606)

This commit is contained in:
Tommaso Sciortino
2025-11-21 13:20:37 -08:00
committed by GitHub
parent 9f9a2fa844
commit 1e715d1e5c
4 changed files with 30 additions and 6 deletions
+4
View File
@@ -62,6 +62,10 @@ vi.mock('@google/gemini-cli-core', async (importOriginal) => {
write: vi.fn(),
},
})),
enableMouseEvents: vi.fn(),
disableMouseEvents: vi.fn(),
enterAlternateScreen: vi.fn(),
disableLineWrapping: vi.fn(),
};
});