mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-14 12:00:18 -07:00
alternate buffer support (#12471)
This commit is contained in:
@@ -194,7 +194,7 @@ describe('useKeypress', () => {
|
||||
stdin.write('do');
|
||||
});
|
||||
expect(onKeypress).toHaveBeenCalledWith(
|
||||
expect.objectContaining({ code: '[200d' }),
|
||||
expect.objectContaining({ sequence: '\x1B[200d' }),
|
||||
);
|
||||
expect(onKeypress).toHaveBeenCalledWith(
|
||||
expect.objectContaining({ sequence: 'o' }),
|
||||
|
||||
Reference in New Issue
Block a user