MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / isLinefeedActingAsEnter

Function isLinefeedActingAsEnter

cli/src/utils/terminal-enter-detection.ts:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

isPlainEnterKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected