mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
Emit correct newline type return (#17331)
This commit is contained in:
committed by
GitHub
parent
233fe90f17
commit
addb57c31f
@@ -219,7 +219,7 @@ describe('KeypressContext', () => {
|
||||
name: 'return',
|
||||
sequence: '\r',
|
||||
insertable: true,
|
||||
shift: false,
|
||||
shift: true,
|
||||
alt: false,
|
||||
ctrl: false,
|
||||
cmd: false,
|
||||
|
||||
Reference in New Issue
Block a user