mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-27 11:47:46 -07:00
Emit correct newline type return (#17331)
This commit is contained in:
committed by
GitHub
parent
40bd709a25
commit
fd06c47c24
@@ -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