()
| 53 | |
| 54 | /** True when a "linefeed" (\n) key event should be treated as Enter. */ |
| 55 | export function isLinefeedActingAsEnter(): boolean { |
| 56 | return !hasSeenReturnKey |
| 57 | } |
| 58 | |
| 59 | export function resetReturnKeySeenForTests( |
| 60 | hasSeenReturn: boolean = defaultHasSeenReturnKey, |
no outgoing calls
no test coverage detected