@asm-agent/tui 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +795 -0
- package/dist/autocomplete.d.ts +61 -0
- package/dist/autocomplete.d.ts.map +1 -0
- package/dist/autocomplete.js +601 -0
- package/dist/autocomplete.js.map +1 -0
- package/dist/components/box.d.ts +24 -0
- package/dist/components/box.d.ts.map +1 -0
- package/dist/components/box.js +114 -0
- package/dist/components/box.js.map +1 -0
- package/dist/components/cancellable-loader.d.ts +22 -0
- package/dist/components/cancellable-loader.d.ts.map +1 -0
- package/dist/components/cancellable-loader.js +35 -0
- package/dist/components/cancellable-loader.js.map +1 -0
- package/dist/components/editor.d.ts +275 -0
- package/dist/components/editor.d.ts.map +1 -0
- package/dist/components/editor.js +1968 -0
- package/dist/components/editor.js.map +1 -0
- package/dist/components/image.d.ts +34 -0
- package/dist/components/image.d.ts.map +1 -0
- package/dist/components/image.js +96 -0
- package/dist/components/image.js.map +1 -0
- package/dist/components/input.d.ts +37 -0
- package/dist/components/input.d.ts.map +1 -0
- package/dist/components/input.js +385 -0
- package/dist/components/input.js.map +1 -0
- package/dist/components/loader.d.ts +29 -0
- package/dist/components/loader.d.ts.map +1 -0
- package/dist/components/loader.js +69 -0
- package/dist/components/loader.js.map +1 -0
- package/dist/components/markdown.d.ts +100 -0
- package/dist/components/markdown.d.ts.map +1 -0
- package/dist/components/markdown.js +773 -0
- package/dist/components/markdown.js.map +1 -0
- package/dist/components/select-list.d.ts +61 -0
- package/dist/components/select-list.d.ts.map +1 -0
- package/dist/components/select-list.js +206 -0
- package/dist/components/select-list.js.map +1 -0
- package/dist/components/settings-list.d.ts +49 -0
- package/dist/components/settings-list.d.ts.map +1 -0
- package/dist/components/settings-list.js +170 -0
- package/dist/components/settings-list.js.map +1 -0
- package/dist/components/spacer.d.ts +12 -0
- package/dist/components/spacer.d.ts.map +1 -0
- package/dist/components/spacer.js +21 -0
- package/dist/components/spacer.js.map +1 -0
- package/dist/components/text.d.ts +19 -0
- package/dist/components/text.d.ts.map +1 -0
- package/dist/components/text.js +77 -0
- package/dist/components/text.js.map +1 -0
- package/dist/components/truncated-text.d.ts +14 -0
- package/dist/components/truncated-text.d.ts.map +1 -0
- package/dist/components/truncated-text.js +44 -0
- package/dist/components/truncated-text.js.map +1 -0
- package/dist/editor-component.d.ts +51 -0
- package/dist/editor-component.d.ts.map +1 -0
- package/dist/editor-component.js +2 -0
- package/dist/editor-component.js.map +1 -0
- package/dist/fullscreen.d.ts +105 -0
- package/dist/fullscreen.d.ts.map +1 -0
- package/dist/fullscreen.js +597 -0
- package/dist/fullscreen.js.map +1 -0
- package/dist/fuzzy.d.ts +26 -0
- package/dist/fuzzy.d.ts.map +1 -0
- package/dist/fuzzy.js +114 -0
- package/dist/fuzzy.js.map +1 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +27 -0
- package/dist/index.js.map +1 -0
- package/dist/keybindings.d.ts +239 -0
- package/dist/keybindings.d.ts.map +1 -0
- package/dist/keybindings.js +222 -0
- package/dist/keybindings.js.map +1 -0
- package/dist/keys.d.ts +184 -0
- package/dist/keys.d.ts.map +1 -0
- package/dist/keys.js +1163 -0
- package/dist/keys.js.map +1 -0
- package/dist/kill-ring.d.ts +26 -0
- package/dist/kill-ring.d.ts.map +1 -0
- package/dist/kill-ring.js +42 -0
- package/dist/kill-ring.js.map +1 -0
- package/dist/latex.d.ts +21 -0
- package/dist/latex.d.ts.map +1 -0
- package/dist/latex.js +797 -0
- package/dist/latex.js.map +1 -0
- package/dist/mouse.d.ts +24 -0
- package/dist/mouse.d.ts.map +1 -0
- package/dist/mouse.js +34 -0
- package/dist/mouse.js.map +1 -0
- package/dist/render-cache.d.ts +9 -0
- package/dist/render-cache.d.ts.map +1 -0
- package/dist/render-cache.js +23 -0
- package/dist/render-cache.js.map +1 -0
- package/dist/selection-metadata.d.ts +22 -0
- package/dist/selection-metadata.d.ts.map +1 -0
- package/dist/selection-metadata.js +141 -0
- package/dist/selection-metadata.js.map +1 -0
- package/dist/slash-command-context.d.ts +12 -0
- package/dist/slash-command-context.d.ts.map +1 -0
- package/dist/slash-command-context.js +32 -0
- package/dist/slash-command-context.js.map +1 -0
- package/dist/stdin-buffer.d.ts +50 -0
- package/dist/stdin-buffer.d.ts.map +1 -0
- package/dist/stdin-buffer.js +313 -0
- package/dist/stdin-buffer.js.map +1 -0
- package/dist/terminal-colors.d.ts +31 -0
- package/dist/terminal-colors.d.ts.map +1 -0
- package/dist/terminal-colors.js +161 -0
- package/dist/terminal-colors.js.map +1 -0
- package/dist/terminal-image.d.ts +85 -0
- package/dist/terminal-image.d.ts.map +1 -0
- package/dist/terminal-image.js +324 -0
- package/dist/terminal-image.js.map +1 -0
- package/dist/terminal.d.ts +113 -0
- package/dist/terminal.d.ts.map +1 -0
- package/dist/terminal.js +486 -0
- package/dist/terminal.js.map +1 -0
- package/dist/tui.d.ts +310 -0
- package/dist/tui.d.ts.map +1 -0
- package/dist/tui.js +1673 -0
- package/dist/tui.js.map +1 -0
- package/dist/undo-stack.d.ts +16 -0
- package/dist/undo-stack.d.ts.map +1 -0
- package/dist/undo-stack.js +26 -0
- package/dist/undo-stack.js.map +1 -0
- package/dist/utils.d.ts +98 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +1233 -0
- package/dist/utils.js.map +1 -0
- package/package.json +52 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../../src/components/editor.ts"],"names":[],"mappings":"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","sourcesContent":["import type { AutocompleteProvider, AutocompleteSuggestions } from \"../autocomplete.js\";\nimport type { EditorPasteSnapshot } from \"../editor-component.js\";\nimport { getKeybindings } from \"../keybindings.js\";\nimport { decodePrintableKey, matchesKey } from \"../keys.js\";\nimport { KillRing } from \"../kill-ring.js\";\nimport { getSlashCommandContext, type SlashCommandContext } from \"../slash-command-context.js\";\nimport { type Component, CURSOR_MARKER, type Focusable, type OverlayHandle, type TUI } from \"../tui.js\";\nimport { UndoStack } from \"../undo-stack.js\";\nimport { getSegmenter, isPunctuationChar, isWhitespaceChar, truncateToWidth, visibleWidth } from \"../utils.js\";\nimport { SelectList, type SelectListLayoutOptions, type SelectListTheme } from \"./select-list.js\";\n\nconst baseSegmenter = getSegmenter();\n\n/** Regex matching paste markers like `[paste #1 +123 lines]` or `[paste #2 1234 chars]`. */\nconst PASTE_MARKER_REGEX = /\\[paste #(\\d+)( (\\+\\d+ lines|\\d+ chars))?\\]/g;\n\n/** Non-global version for single-segment testing. */\nconst PASTE_MARKER_SINGLE = /^\\[paste #(\\d+)( (\\+\\d+ lines|\\d+ chars))?\\]$/;\n\n/**\n * Regex matching image markers like `[image #1]`. Kept in sync with the marker\n * format produced by the coding agent's image-markers helper; the tui package\n * can't depend on the coding agent, so the pattern is duplicated here.\n */\nconst IMAGE_MARKER_REGEX = /\\[image #(\\d+)\\]/g;\n\n/** Non-global version for single-segment testing. */\nconst IMAGE_MARKER_SINGLE = /^\\[image #(\\d+)\\]$/;\n\n/** Check if a segment is an atomic marker (paste or image) merged by segmentWithMarkers. */\nfunction isAtomicMarker(segment: string): boolean {\n\treturn segment.length >= 10 && (PASTE_MARKER_SINGLE.test(segment) || IMAGE_MARKER_SINGLE.test(segment));\n}\n\n/**\n * A segmenter that wraps Intl.Segmenter and merges graphemes that fall\n * within paste or image markers into single atomic segments. This makes cursor\n * movement, deletion, word-wrap, etc. treat the markers as single units.\n *\n * Paste markers are only merged when their numeric ID exists in `validPasteIds`\n * (so a stale `[paste #N]` typed by the user isn't treated as atomic). Image\n * markers are self-contained and always merged.\n */\nfunction segmentWithMarkers(text: string, validPasteIds: Set<number>): Iterable<Intl.SegmentData> {\n\tconst hasPaste = validPasteIds.size > 0 && text.includes(\"[paste #\");\n\tconst hasImage = text.includes(\"[image #\");\n\n\tif (!hasPaste && !hasImage) {\n\t\treturn baseSegmenter.segment(text);\n\t}\n\n\tconst markers: Array<{ start: number; end: number }> = [];\n\tif (hasPaste) {\n\t\tfor (const m of text.matchAll(PASTE_MARKER_REGEX)) {\n\t\t\tconst id = Number.parseInt(m[1]!, 10);\n\t\t\tif (!validPasteIds.has(id)) continue;\n\t\t\tmarkers.push({ start: m.index, end: m.index + m[0].length });\n\t\t}\n\t}\n\tif (hasImage) {\n\t\tfor (const m of text.matchAll(IMAGE_MARKER_REGEX)) {\n\t\t\tmarkers.push({ start: m.index, end: m.index + m[0].length });\n\t\t}\n\t}\n\tif (markers.length === 0) {\n\t\treturn baseSegmenter.segment(text);\n\t}\n\tmarkers.sort((a, b) => a.start - b.start);\n\n\tconst baseSegments = baseSegmenter.segment(text);\n\tconst result: Intl.SegmentData[] = [];\n\tlet markerIdx = 0;\n\n\tfor (const seg of baseSegments) {\n\t\twhile (markerIdx < markers.length && markers[markerIdx]!.end <= seg.index) {\n\t\t\tmarkerIdx++;\n\t\t}\n\n\t\tconst marker = markerIdx < markers.length ? markers[markerIdx]! : null;\n\n\t\tif (marker && seg.index >= marker.start && seg.index < marker.end) {\n\t\t\tif (seg.index === marker.start) {\n\t\t\t\tconst markerText = text.slice(marker.start, marker.end);\n\t\t\t\tresult.push({\n\t\t\t\t\tsegment: markerText,\n\t\t\t\t\tindex: marker.start,\n\t\t\t\t\tinput: text,\n\t\t\t\t});\n\t\t\t}\n\t\t} else {\n\t\t\tresult.push(seg);\n\t\t}\n\t}\n\n\treturn result;\n}\n\n/**\n * Represents a chunk of text for word-wrap layout.\n * Tracks both the text content and its position in the original line.\n */\nexport interface TextChunk {\n\ttext: string;\n\tstartIndex: number;\n\tendIndex: number;\n}\n\n/**\n * Split a line into word-wrapped chunks.\n * Wraps at word boundaries when possible, falling back to character-level\n * wrapping for words longer than the available width.\n *\n * @param line - The text line to wrap\n * @param maxWidth - Maximum visible width per chunk\n * @param preSegmented - Optional pre-segmented graphemes (e.g. with paste-marker awareness).\n * When omitted the default Intl.Segmenter is used.\n * @returns Array of chunks with text and position information\n */\nexport function wordWrapLine(line: string, maxWidth: number, preSegmented?: Intl.SegmentData[]): TextChunk[] {\n\tif (!line || maxWidth <= 0) {\n\t\treturn [{ text: \"\", startIndex: 0, endIndex: 0 }];\n\t}\n\n\tconst lineWidth = visibleWidth(line);\n\tif (lineWidth <= maxWidth) {\n\t\treturn [{ text: line, startIndex: 0, endIndex: line.length }];\n\t}\n\n\tconst chunks: TextChunk[] = [];\n\tconst segments = preSegmented ?? [...baseSegmenter.segment(line)];\n\n\tlet currentWidth = 0;\n\tlet chunkStart = 0;\n\n\t// Wrap opportunity: the position after the last whitespace before a non-whitespace\n\t// grapheme, i.e. where a line break is allowed.\n\tlet wrapOppIndex = -1;\n\tlet wrapOppWidth = 0;\n\n\tfor (let i = 0; i < segments.length; i++) {\n\t\tconst seg = segments[i]!;\n\t\tconst grapheme = seg.segment;\n\t\tconst gWidth = visibleWidth(grapheme);\n\t\tconst charIndex = seg.index;\n\t\tconst isWs = !isAtomicMarker(grapheme) && isWhitespaceChar(grapheme);\n\n\t\t// Overflow check before advancing.\n\t\tif (currentWidth + gWidth > maxWidth) {\n\t\t\tif (wrapOppIndex >= 0 && currentWidth - wrapOppWidth + gWidth <= maxWidth) {\n\t\t\t\t// Backtrack to last wrap opportunity (the remaining content\n\t\t\t\t// plus the current grapheme still fits within maxWidth).\n\t\t\t\tchunks.push({ text: line.slice(chunkStart, wrapOppIndex), startIndex: chunkStart, endIndex: wrapOppIndex });\n\t\t\t\tchunkStart = wrapOppIndex;\n\t\t\t\tcurrentWidth -= wrapOppWidth;\n\t\t\t} else if (chunkStart < charIndex) {\n\t\t\t\t// No viable wrap opportunity: force-break at current position.\n\t\t\t\t// This also handles the case where backtracking to a word\n\t\t\t\t// boundary wouldn't help because the remaining content plus\n\t\t\t\t// the current grapheme (e.g. a wide character) still exceeds\n\t\t\t\t// maxWidth.\n\t\t\t\tchunks.push({ text: line.slice(chunkStart, charIndex), startIndex: chunkStart, endIndex: charIndex });\n\t\t\t\tchunkStart = charIndex;\n\t\t\t\tcurrentWidth = 0;\n\t\t\t}\n\t\t\twrapOppIndex = -1;\n\t\t}\n\n\t\tif (gWidth > maxWidth) {\n\t\t\t// Single atomic segment wider than maxWidth (e.g. paste marker\n\t\t\t// in a narrow terminal). Re-wrap it at grapheme granularity.\n\n\t\t\t// The segment remains logically atomic for cursor\n\t\t\t// movement / editing — the split is purely visual for word-wrap layout.\n\t\t\tconst subChunks = wordWrapLine(grapheme, maxWidth);\n\t\t\tfor (let j = 0; j < subChunks.length - 1; j++) {\n\t\t\t\tconst sc = subChunks[j]!;\n\t\t\t\tchunks.push({ text: sc.text, startIndex: charIndex + sc.startIndex, endIndex: charIndex + sc.endIndex });\n\t\t\t}\n\t\t\tconst last = subChunks[subChunks.length - 1]!;\n\t\t\tchunkStart = charIndex + last.startIndex;\n\t\t\tcurrentWidth = visibleWidth(last.text);\n\t\t\twrapOppIndex = -1;\n\t\t\tcontinue;\n\t\t}\n\n\t\t// Advance.\n\t\tcurrentWidth += gWidth;\n\n\t\t// Record wrap opportunity: whitespace followed by non-whitespace.\n\t\t// Multiple spaces join (no break between them); the break point is\n\t\t// after the last space before the next word.\n\t\tconst next = segments[i + 1];\n\t\tif (isWs && next && (isAtomicMarker(next.segment) || !isWhitespaceChar(next.segment))) {\n\t\t\twrapOppIndex = next.index;\n\t\t\twrapOppWidth = currentWidth;\n\t\t}\n\t}\n\n\tchunks.push({ text: line.slice(chunkStart), startIndex: chunkStart, endIndex: line.length });\n\n\treturn chunks;\n}\n\n// Kitty CSI-u sequences for printable keys, including optional shifted/base codepoints.\ninterface EditorState {\n\tlines: string[];\n\tcursorLine: number;\n\tcursorCol: number;\n}\n\ninterface EditorUndoSnapshot extends EditorState {\n\tpastes: Map<number, string>;\n\tpasteCounter: number;\n}\n\ninterface LayoutLine {\n\ttext: string;\n\thasCursor: boolean;\n\tcursorPos?: number;\n}\n\nexport interface EditorTheme {\n\tborderColor: (str: string) => string;\n\tbackgroundColor?: (str: string) => string;\n\tautocompleteBackgroundColor?: (str: string) => string;\n\tselectList: SelectListTheme;\n\tcommandColor?: (str: string) => string;\n}\n\nexport interface EditorOptions {\n\tpaddingX?: number;\n\tautocompleteMaxVisible?: number;\n\tpromptPrefix?: string;\n}\n\nconst SLASH_COMMAND_SELECT_LIST_LAYOUT: SelectListLayoutOptions = {\n\tminPrimaryColumnWidth: 12,\n\tmaxPrimaryColumnWidth: 32,\n\tshowItemMetadata: true,\n\tshowDirectionalScrollInfo: true,\n\tshowSelectedDescription: true,\n};\n\nconst ATTACHMENT_AUTOCOMPLETE_DEBOUNCE_MS = 20;\nlet autocompleteAnchorId = 0;\n\nexport class Editor implements Component, Focusable {\n\tprivate state: EditorState = {\n\t\tlines: [\"\"],\n\t\tcursorLine: 0,\n\t\tcursorCol: 0,\n\t};\n\n\tfocused: boolean = false;\n\n\tprotected tui: TUI;\n\tprivate theme: EditorTheme;\n\tprivate paddingX: number = 0;\n\tprivate promptPrefix: string = \"\";\n\n\tprivate lastWidth: number = 80;\n\n\tprivate scrollOffset: number = 0;\n\n\tpublic borderColor: (str: string) => string;\n\tpublic backgroundColor: ((str: string) => string) | undefined;\n\tpublic autocompleteBackgroundColor: ((str: string) => string) | undefined;\n\tpublic commandColor: ((str: string) => string) | undefined;\n\n\tprivate autocompleteProvider?: AutocompleteProvider;\n\tprivate autocompleteList?: SelectList;\n\tprivate autocompleteState: \"regular\" | \"force\" | null = null;\n\tprivate autocompletePrefix: string = \"\";\n\tprivate autocompleteKind?: AutocompleteSuggestions[\"kind\"];\n\tprivate autocompleteMaxVisible: number = 5;\n\tprivate autocompleteAbort?: AbortController;\n\tprivate autocompleteDebounceTimer?: ReturnType<typeof setTimeout>;\n\tprivate autocompleteRequestTask: Promise<void> = Promise.resolve();\n\tprivate autocompleteStartToken: number = 0;\n\tprivate autocompleteRequestId: number = 0;\n\tprivate autocompleteOverlay?: OverlayHandle;\n\tprivate readonly autocompleteAnchorMarker = `\\x1b_pi:autocomplete:${++autocompleteAnchorId}\\x07`;\n\tprivate readonly autocompleteOverlayComponent: Component = {\n\t\trender: (width) => this.renderAutocompleteOverlay(width),\n\t\tinvalidate: () => this.autocompleteList?.invalidate(),\n\t};\n\n\tprivate pastes: Map<number, string> = new Map();\n\tprivate pasteCounter: number = 0;\n\n\tprivate pasteBuffer: string = \"\";\n\tprivate isInPaste: boolean = false;\n\n\tprivate history: string[] = [];\n\tprivate historyIndex: number = -1; // -1 = not browsing, 0 = most recent, 1 = older, etc.\n\n\tprivate killRing = new KillRing();\n\tprivate lastAction: \"kill\" | \"yank\" | \"type-word\" | null = null;\n\n\tprivate jumpMode: \"forward\" | \"backward\" | null = null;\n\n\tprivate preferredVisualCol: number | null = null;\n\n\t// When the cursor is snapped to the start of an atomic segment, e.g. a\n\t// paste marker, cursorCol no longer reflects where the cursor would have\n\t// landed. This field stores the pre-snap cursorCol so that the next\n\t// vertical move can resolve it to a visual column on whatever VL it belongs\n\t// to.\n\tprivate snappedFromCursorCol: number | null = null;\n\n\tprivate undoStack = new UndoStack<EditorUndoSnapshot>((snapshot) => ({\n\t\tlines: [...snapshot.lines],\n\t\tcursorLine: snapshot.cursorLine,\n\t\tcursorCol: snapshot.cursorCol,\n\t\tpastes: new Map(snapshot.pastes),\n\t\tpasteCounter: snapshot.pasteCounter,\n\t}));\n\n\tpublic onSubmit?: (text: string) => void;\n\tpublic onChange?: (text: string) => void;\n\tpublic disableSubmit: boolean = false;\n\n\tconstructor(tui: TUI, theme: EditorTheme, options: EditorOptions = {}) {\n\t\tthis.tui = tui;\n\t\tthis.theme = theme;\n\t\tthis.borderColor = theme.borderColor;\n\t\tthis.backgroundColor = theme.backgroundColor;\n\t\tthis.autocompleteBackgroundColor = theme.autocompleteBackgroundColor;\n\t\tthis.commandColor = theme.commandColor;\n\t\tconst paddingX = options.paddingX ?? 0;\n\t\tthis.paddingX = Number.isFinite(paddingX) ? Math.max(0, Math.floor(paddingX)) : 0;\n\t\tthis.promptPrefix = options.promptPrefix ?? \"\";\n\t\tconst maxVisible = options.autocompleteMaxVisible ?? 5;\n\t\tthis.autocompleteMaxVisible = Number.isFinite(maxVisible) ? Math.max(3, Math.min(20, Math.floor(maxVisible))) : 5;\n\t}\n\n\t/** Set of currently valid paste IDs, for marker-aware segmentation. */\n\tprivate validPasteIds(): Set<number> {\n\t\treturn new Set(this.pastes.keys());\n\t}\n\n\t/** Segment text with paste-marker awareness, only merging markers with valid IDs. */\n\tprivate segment(text: string): Iterable<Intl.SegmentData> {\n\t\treturn segmentWithMarkers(text, this.validPasteIds());\n\t}\n\n\tgetPaddingX(): number {\n\t\treturn this.paddingX;\n\t}\n\n\tsetPaddingX(padding: number): void {\n\t\tconst newPadding = Number.isFinite(padding) ? Math.max(0, Math.floor(padding)) : 0;\n\t\tif (this.paddingX !== newPadding) {\n\t\t\tthis.paddingX = newPadding;\n\t\t\tthis.tui.requestRender();\n\t\t}\n\t}\n\n\tgetAutocompleteMaxVisible(): number {\n\t\treturn this.autocompleteMaxVisible;\n\t}\n\n\tsetAutocompleteMaxVisible(maxVisible: number): void {\n\t\tconst newMaxVisible = Number.isFinite(maxVisible) ? Math.max(3, Math.min(20, Math.floor(maxVisible))) : 5;\n\t\tif (this.autocompleteMaxVisible !== newMaxVisible) {\n\t\t\tthis.autocompleteMaxVisible = newMaxVisible;\n\t\t\tthis.tui.requestRender();\n\t\t}\n\t}\n\n\tprotected getPromptPrefix(): string {\n\t\treturn this.promptPrefix;\n\t}\n\n\tprotected formatPromptPrefix(prefix: string): string {\n\t\treturn prefix;\n\t}\n\n\tprotected getHiddenTextPrefixLength(_lineIndex: number, _line: string): number {\n\t\treturn 0;\n\t}\n\n\tprotected styleDisplayText(\n\t\tdisplayText: string,\n\t\t_layoutLineIndex: number,\n\t\t_lineText: string,\n\t\t_cursorCol: number | undefined,\n\t): string {\n\t\treturn displayText;\n\t}\n\n\tprivate getLineHiddenTextPrefixLength(lineIndex: number, line: string): number {\n\t\tconst hiddenLength = this.getHiddenTextPrefixLength(lineIndex, line);\n\t\tif (!Number.isFinite(hiddenLength)) {\n\t\t\treturn 0;\n\t\t}\n\t\treturn Math.max(0, Math.min(line.length, Math.floor(hiddenLength)));\n\t}\n\n\tsetAutocompleteProvider(provider: AutocompleteProvider): void {\n\t\tthis.cancelAutocomplete();\n\t\tthis.autocompleteProvider = provider;\n\t}\n\n\t/**\n\t * Add a prompt to history for up/down arrow navigation.\n\t * Called after successful submission.\n\t */\n\taddToHistory(text: string): void {\n\t\tconst trimmed = text.trim();\n\t\tif (!trimmed) return;\n\t\tif (this.history.length > 0 && this.history[0] === trimmed) return;\n\t\tthis.history.unshift(trimmed);\n\t\tif (this.history.length > 100) {\n\t\t\tthis.history.pop();\n\t\t}\n\t}\n\n\t/** Prompt history entries (most recent first). */\n\tgetHistory(): readonly string[] {\n\t\treturn this.history;\n\t}\n\n\t/** Clear prompt history (e.g. when switching to a different session). */\n\tclearHistory(): void {\n\t\tthis.history = [];\n\t\tthis.historyIndex = -1;\n\t}\n\n\tprivate isEditorEmpty(): boolean {\n\t\treturn this.state.lines.length === 1 && this.state.lines[0] === \"\";\n\t}\n\n\tprivate isOnFirstVisualLine(): boolean {\n\t\tconst visualLines = this.buildVisualLineMap(this.lastWidth);\n\t\tconst currentVisualLine = this.findCurrentVisualLine(visualLines);\n\t\treturn currentVisualLine === 0;\n\t}\n\n\tprivate isOnLastVisualLine(): boolean {\n\t\tconst visualLines = this.buildVisualLineMap(this.lastWidth);\n\t\tconst currentVisualLine = this.findCurrentVisualLine(visualLines);\n\t\treturn currentVisualLine === visualLines.length - 1;\n\t}\n\n\tprotected isHistoryNavigationActive(): boolean {\n\t\treturn this.historyIndex > -1;\n\t}\n\n\tprivate navigateHistory(direction: 1 | -1): void {\n\t\tthis.lastAction = null;\n\t\tif (this.history.length === 0) return;\n\n\t\tconst newIndex = this.historyIndex - direction; // Up(-1) increases index, Down(1) decreases\n\t\tif (newIndex < -1 || newIndex >= this.history.length) return;\n\n\t\tif (this.historyIndex === -1 && newIndex >= 0) {\n\t\t\tthis.pushUndoSnapshot();\n\t\t}\n\n\t\tthis.historyIndex = newIndex;\n\n\t\tif (this.historyIndex === -1) {\n\t\t\tthis.setTextInternal(\"\");\n\t\t} else {\n\t\t\tthis.setTextInternal(this.history[this.historyIndex] || \"\");\n\t\t}\n\t}\n\n\t/** Internal setText that doesn't reset history state - used by navigateHistory */\n\tprivate setTextInternal(text: string): void {\n\t\tconst lines = text.split(\"\\n\");\n\t\tthis.state.lines = lines.length === 0 ? [\"\"] : lines;\n\t\tthis.state.cursorLine = this.state.lines.length - 1;\n\t\tthis.setCursorCol(this.state.lines[this.state.cursorLine]?.length || 0);\n\t\tthis.scrollOffset = 0;\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\t}\n\n\tinvalidate(): void {}\n\n\tprivate getRenderMetrics(width: number): {\n\t\tuseBackgroundSurface: boolean;\n\t\tpaddingX: number;\n\t\tpromptPrefixText: string;\n\t\tpromptPrefixWidth: number;\n\t\tinputWidth: number;\n\t} {\n\t\tconst maxPadding = Math.max(0, Math.floor((width - 1) / 2));\n\t\tconst useBackgroundSurface = this.backgroundColor !== undefined;\n\t\tconst configuredPaddingX = Math.min(this.paddingX, maxPadding);\n\t\tconst paddingX = useBackgroundSurface\n\t\t\t? Math.min(Math.max(configuredPaddingX, 2), maxPadding)\n\t\t\t: configuredPaddingX;\n\t\tconst contentWidth = Math.max(1, width - paddingX * 2);\n\t\tconst promptPrefixText = this.getPromptPrefix();\n\t\tconst promptPrefixWidth = Math.min(visibleWidth(promptPrefixText), Math.max(0, contentWidth - 1));\n\n\t\treturn {\n\t\t\tuseBackgroundSurface,\n\t\t\tpaddingX,\n\t\t\tpromptPrefixText,\n\t\t\tpromptPrefixWidth,\n\t\t\tinputWidth: Math.max(1, contentWidth - promptPrefixWidth),\n\t\t};\n\t}\n\n\tprotected getAutocompleteAnchorMarker(): string {\n\t\treturn this.autocompleteOverlay && this.focused ? this.autocompleteAnchorMarker : \"\";\n\t}\n\n\trender(width: number): string[] {\n\t\tconst { useBackgroundSurface, paddingX, promptPrefixText, promptPrefixWidth, inputWidth } =\n\t\t\tthis.getRenderMetrics(width);\n\t\tconst promptPrefix =\n\t\t\tpromptPrefixWidth > 0 ? this.formatPromptPrefix(truncateToWidth(promptPrefixText, promptPrefixWidth, \"\")) : \"\";\n\n\t\t// Layout width: with padding the cursor can overflow into it,\n\t\t// without padding we reserve 1 column for the cursor.\n\t\tconst layoutWidth = Math.max(1, inputWidth - (paddingX ? 0 : 1));\n\n\t\tthis.lastWidth = layoutWidth;\n\n\t\tconst horizontal = this.borderColor(\"─\");\n\n\t\tconst layoutLines = this.layoutText(layoutWidth);\n\n\t\tconst terminalRows = this.tui.terminal.rows;\n\t\tconst maxVisibleLines = Math.max(5, Math.floor(terminalRows * 0.3));\n\n\t\tlet cursorLineIndex = layoutLines.findIndex((line) => line.hasCursor);\n\t\tif (cursorLineIndex === -1) cursorLineIndex = 0;\n\n\t\tif (cursorLineIndex < this.scrollOffset) {\n\t\t\tthis.scrollOffset = cursorLineIndex;\n\t\t} else if (cursorLineIndex >= this.scrollOffset + maxVisibleLines) {\n\t\t\tthis.scrollOffset = cursorLineIndex - maxVisibleLines + 1;\n\t\t}\n\n\t\tconst maxScrollOffset = Math.max(0, layoutLines.length - maxVisibleLines);\n\t\tthis.scrollOffset = Math.max(0, Math.min(this.scrollOffset, maxScrollOffset));\n\n\t\tconst visibleLines = layoutLines.slice(this.scrollOffset, this.scrollOffset + maxVisibleLines);\n\n\t\tconst result: string[] = [];\n\t\tconst leftPadding = \" \".repeat(paddingX);\n\t\tconst rightPadding = leftPadding;\n\t\tconst promptPrefixInset = promptPrefixWidth > 0 ? Math.min(1, paddingX) : 0;\n\t\tconst promptLeadingPadding = \" \".repeat(promptPrefixInset);\n\t\tconst promptTrailingPadding = \" \".repeat(Math.max(0, paddingX - promptPrefixInset));\n\t\tconst cursorReset = useBackgroundSurface ? \"\\x1b[27m\" : \"\\x1b[0m\";\n\t\tconst renderSurfaceLine = (line: string): string => {\n\t\t\tconst padded = line + \" \".repeat(Math.max(0, width - visibleWidth(line)));\n\t\t\treturn this.backgroundColor ? this.backgroundColor(padded) : padded;\n\t\t};\n\n\t\tif (!useBackgroundSurface) {\n\t\t\tif (this.scrollOffset > 0) {\n\t\t\t\tconst indicator = `─── ↑ ${this.scrollOffset} more `;\n\t\t\t\tconst remaining = width - visibleWidth(indicator);\n\t\t\t\tif (remaining >= 0) {\n\t\t\t\t\tresult.push(this.borderColor(indicator + \"─\".repeat(remaining)));\n\t\t\t\t} else {\n\t\t\t\t\tresult.push(this.borderColor(truncateToWidth(indicator, width)));\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tresult.push(horizontal.repeat(width));\n\t\t\t}\n\t\t} else {\n\t\t\tconst line = this.scrollOffset > 0 ? this.borderColor(` ↑ ${this.scrollOffset} more`) : \"\";\n\t\t\tresult.push(renderSurfaceLine(truncateToWidth(line, width)));\n\t\t}\n\t\t// Emit hardware cursor marker only when focused and not showing autocomplete\n\t\tconst emitCursorMarker = this.focused && !this.autocompleteState;\n\n\t\tfor (let visibleLineIndex = 0; visibleLineIndex < visibleLines.length; visibleLineIndex++) {\n\t\t\tconst layoutLine = visibleLines[visibleLineIndex]!;\n\t\t\tconst absoluteLineIndex = this.scrollOffset + visibleLineIndex;\n\t\t\tconst linePromptPrefix = absoluteLineIndex === 0 ? promptPrefix : \" \".repeat(promptPrefixWidth);\n\t\t\tlet displayText = layoutLine.text;\n\t\t\tlet lineVisibleWidth = visibleWidth(layoutLine.text);\n\t\t\tlet cursorInPadding = false;\n\n\t\t\tif (layoutLine.hasCursor && layoutLine.cursorPos !== undefined) {\n\t\t\t\tconst before = displayText.slice(0, layoutLine.cursorPos);\n\t\t\t\tconst after = displayText.slice(layoutLine.cursorPos);\n\n\t\t\t\t// Hardware cursor marker (zero-width, emitted before fake cursor for IME positioning)\n\t\t\t\tconst marker = emitCursorMarker ? CURSOR_MARKER : \"\";\n\n\t\t\t\tif (after.length > 0) {\n\t\t\t\t\tconst afterGraphemes = [...this.segment(after)];\n\t\t\t\t\tconst firstGrapheme = afterGraphemes[0]?.segment || \"\";\n\t\t\t\t\tconst restAfter = after.slice(firstGrapheme.length);\n\t\t\t\t\tconst cursor = `\\x1b[7m${firstGrapheme}${cursorReset}`;\n\t\t\t\t\tdisplayText = before + marker + cursor + restAfter;\n\t\t\t\t} else {\n\t\t\t\t\tconst cursor = `\\x1b[7m ${cursorReset}`;\n\t\t\t\t\tdisplayText = before + marker + cursor;\n\t\t\t\t\tlineVisibleWidth = lineVisibleWidth + 1;\n\t\t\t\t\tif (lineVisibleWidth > inputWidth && paddingX > 0) {\n\t\t\t\t\t\tcursorInPadding = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tdisplayText = this.styleDisplayText(\n\t\t\t\tdisplayText,\n\t\t\t\tabsoluteLineIndex,\n\t\t\t\tlayoutLine.text,\n\t\t\t\tlayoutLine.hasCursor ? layoutLine.cursorPos : undefined,\n\t\t\t);\n\n\t\t\tconst padding = \" \".repeat(Math.max(0, inputWidth - lineVisibleWidth));\n\t\t\tconst lineRightPadding = cursorInPadding ? rightPadding.slice(1) : rightPadding;\n\n\t\t\tconst contentLine = `${promptLeadingPadding}${linePromptPrefix}${promptTrailingPadding}${displayText}${padding}${lineRightPadding}`;\n\t\t\tconst anchorMarker = layoutLine.hasCursor ? this.getAutocompleteAnchorMarker() : \"\";\n\t\t\tresult.push(anchorMarker + (useBackgroundSurface ? renderSurfaceLine(contentLine) : contentLine));\n\t\t}\n\n\t\t// Render bottom border (with scroll indicator if more content below)\n\t\tconst linesBelow = layoutLines.length - (this.scrollOffset + visibleLines.length);\n\t\tif (!useBackgroundSurface) {\n\t\t\tif (linesBelow > 0) {\n\t\t\t\tconst indicator = `─── ↓ ${linesBelow} more `;\n\t\t\t\tconst remaining = width - visibleWidth(indicator);\n\t\t\t\tresult.push(this.borderColor(indicator + \"─\".repeat(Math.max(0, remaining))));\n\t\t\t} else {\n\t\t\t\tresult.push(horizontal.repeat(width));\n\t\t\t}\n\t\t} else {\n\t\t\tconst line = linesBelow > 0 ? this.borderColor(` ↓ ${linesBelow} more`) : \"\";\n\t\t\tresult.push(renderSurfaceLine(truncateToWidth(line, width)));\n\t\t}\n\n\t\treturn result;\n\t}\n\n\tprivate renderAutocompleteOverlay(width: number): string[] {\n\t\tif (!(this.autocompleteState && this.autocompleteList)) return [];\n\n\t\tconst { useBackgroundSurface, paddingX, promptPrefixWidth, inputWidth } = this.getRenderMetrics(width);\n\t\tconst leftPadding = \" \".repeat(paddingX + promptPrefixWidth);\n\t\tconst rightPadding = \" \".repeat(paddingX);\n\t\tconst backgroundColor =\n\t\t\tthis.autocompleteBackgroundColor ?? (useBackgroundSurface ? this.backgroundColor : undefined);\n\n\t\treturn [\"\", ...this.autocompleteList.render(inputWidth), \"\"].map((line) => {\n\t\t\tconst linePadding = \" \".repeat(Math.max(0, inputWidth - visibleWidth(line)));\n\t\t\tconst contentLine = `${leftPadding}${line}${linePadding}${rightPadding}`;\n\t\t\treturn backgroundColor ? backgroundColor(contentLine) : contentLine;\n\t\t});\n\t}\n\n\thandleInput(data: string): void {\n\t\tconst kb = getKeybindings();\n\n\t\tif (this.jumpMode !== null) {\n\t\t\tif (kb.matches(data, \"tui.editor.jumpForward\") || kb.matches(data, \"tui.editor.jumpBackward\")) {\n\t\t\t\tthis.jumpMode = null;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tconst printable = decodePrintableKey(data) ?? (data.charCodeAt(0) >= 32 ? data : undefined);\n\t\t\tif (printable !== undefined) {\n\t\t\t\tconst direction = this.jumpMode;\n\t\t\t\tthis.jumpMode = null;\n\t\t\t\tthis.jumpToChar(printable, direction);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tthis.jumpMode = null;\n\t\t}\n\n\t\tif (data.includes(\"\\x1b[200~\")) {\n\t\t\tthis.isInPaste = true;\n\t\t\tthis.pasteBuffer = \"\";\n\t\t\tdata = data.replace(\"\\x1b[200~\", \"\");\n\t\t}\n\n\t\tif (this.isInPaste) {\n\t\t\tthis.pasteBuffer += data;\n\t\t\tconst endIndex = this.pasteBuffer.indexOf(\"\\x1b[201~\");\n\t\t\tif (endIndex !== -1) {\n\t\t\t\tconst pasteContent = this.pasteBuffer.substring(0, endIndex);\n\t\t\t\tif (pasteContent.length > 0) {\n\t\t\t\t\tthis.handlePaste(pasteContent);\n\t\t\t\t}\n\t\t\t\tthis.isInPaste = false;\n\t\t\t\tconst remaining = this.pasteBuffer.substring(endIndex + 6);\n\t\t\t\tthis.pasteBuffer = \"\";\n\t\t\t\tif (remaining.length > 0) {\n\t\t\t\t\tthis.handleInput(remaining);\n\t\t\t\t}\n\t\t\t\treturn;\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\n\t\tif (kb.matches(data, \"tui.input.copy\")) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (kb.matches(data, \"tui.editor.undo\")) {\n\t\t\tthis.undo();\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.autocompleteState && this.autocompleteList) {\n\t\t\tif (kb.matches(data, \"tui.select.cancel\")) {\n\t\t\t\tthis.cancelAutocomplete();\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif (kb.matches(data, \"tui.select.up\") || kb.matches(data, \"tui.select.down\")) {\n\t\t\t\tthis.autocompleteList.handleInput(data);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif (kb.matches(data, \"tui.input.tab\")) {\n\t\t\t\tconst selected = this.autocompleteList.getSelectedItem();\n\t\t\t\tif (selected && this.autocompleteProvider) {\n\t\t\t\t\tthis.pushUndoSnapshot();\n\t\t\t\t\tthis.lastAction = null;\n\t\t\t\t\tconst result = this.autocompleteProvider.applyCompletion(\n\t\t\t\t\t\tthis.state.lines,\n\t\t\t\t\t\tthis.state.cursorLine,\n\t\t\t\t\t\tthis.state.cursorCol,\n\t\t\t\t\t\tselected,\n\t\t\t\t\t\tthis.autocompletePrefix,\n\t\t\t\t\t);\n\t\t\t\t\tthis.state.lines = result.lines;\n\t\t\t\t\tthis.state.cursorLine = result.cursorLine;\n\t\t\t\t\tthis.setCursorCol(result.cursorCol);\n\t\t\t\t\tthis.cancelAutocomplete();\n\t\t\t\t\tif (this.onChange) this.onChange(this.getText());\n\t\t\t\t}\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif (kb.matches(data, \"tui.select.confirm\")) {\n\t\t\t\tconst selected = this.autocompleteList.getSelectedItem();\n\t\t\t\tif (selected && this.autocompleteProvider) {\n\t\t\t\t\tconst slashContext = this.getCurrentSlashCommandContext();\n\t\t\t\t\tconst isSlashCommandCompletion =\n\t\t\t\t\t\tthis.autocompleteKind === \"slash-command\" ||\n\t\t\t\t\t\t(this.autocompleteKind === undefined &&\n\t\t\t\t\t\t\tthis.autocompleteState === \"regular\" &&\n\t\t\t\t\t\t\tthis.autocompletePrefix.startsWith(\"/\"));\n\t\t\t\t\tconst shouldSubmitSlashCommand =\n\t\t\t\t\t\tisSlashCommandCompletion && slashContext?.kind === \"name\" && slashContext.isAtPromptStart;\n\t\t\t\t\tthis.pushUndoSnapshot();\n\t\t\t\t\tthis.lastAction = null;\n\t\t\t\t\tconst result = this.autocompleteProvider.applyCompletion(\n\t\t\t\t\t\tthis.state.lines,\n\t\t\t\t\t\tthis.state.cursorLine,\n\t\t\t\t\t\tthis.state.cursorCol,\n\t\t\t\t\t\tselected,\n\t\t\t\t\t\tthis.autocompletePrefix,\n\t\t\t\t\t);\n\t\t\t\t\tthis.state.lines = result.lines;\n\t\t\t\t\tthis.state.cursorLine = result.cursorLine;\n\t\t\t\t\tthis.setCursorCol(result.cursorCol);\n\n\t\t\t\t\tif (isSlashCommandCompletion) {\n\t\t\t\t\t\tthis.cancelAutocomplete();\n\t\t\t\t\t\tif (!shouldSubmitSlashCommand || selected.takesArgument) {\n\t\t\t\t\t\t\tif (this.onChange) this.onChange(this.getText());\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.cancelAutocomplete();\n\t\t\t\t\t\tif (this.onChange) this.onChange(this.getText());\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (kb.matches(data, \"tui.input.tab\") && !this.autocompleteState) {\n\t\t\tthis.handleTabCompletion();\n\t\t\treturn;\n\t\t}\n\n\t\tif (kb.matches(data, \"tui.editor.deleteToLineEnd\")) {\n\t\t\tthis.deleteToEndOfLine();\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.deleteToLineStart\")) {\n\t\t\tthis.deleteToStartOfLine();\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.deleteWordBackward\")) {\n\t\t\tthis.deleteWordBackwards();\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.deleteWordForward\")) {\n\t\t\tthis.deleteWordForward();\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.deleteCharBackward\") || matchesKey(data, \"shift+backspace\")) {\n\t\t\tthis.handleBackspace();\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.deleteCharForward\") || matchesKey(data, \"shift+delete\")) {\n\t\t\tthis.handleForwardDelete();\n\t\t\treturn;\n\t\t}\n\n\t\tif (kb.matches(data, \"tui.editor.yank\")) {\n\t\t\tthis.yank();\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.yankPop\")) {\n\t\t\tthis.yankPop();\n\t\t\treturn;\n\t\t}\n\n\t\tif (kb.matches(data, \"tui.editor.cursorLineStart\")) {\n\t\t\tthis.moveToLineStart();\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.cursorLineEnd\")) {\n\t\t\tthis.moveToLineEnd();\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.cursorWordLeft\")) {\n\t\t\tthis.moveWordBackwards();\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.cursorWordRight\")) {\n\t\t\tthis.moveWordForwards();\n\t\t\treturn;\n\t\t}\n\n\t\tif (\n\t\t\tkb.matches(data, \"tui.input.newLine\") ||\n\t\t\t(data.charCodeAt(0) === 10 && data.length > 1) ||\n\t\t\tdata === \"\\x1b\\r\" ||\n\t\t\tdata === \"\\x1b[13;2~\" ||\n\t\t\t(data.length > 1 && data.includes(\"\\x1b\") && data.includes(\"\\r\")) ||\n\t\t\t(data === \"\\n\" && data.length === 1)\n\t\t) {\n\t\t\tif (this.shouldSubmitOnBackslashEnter(data, kb)) {\n\t\t\t\tthis.handleBackspace();\n\t\t\t\tthis.submitValue();\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tthis.addNewLine();\n\t\t\treturn;\n\t\t}\n\n\t\tif (kb.matches(data, \"tui.input.submit\")) {\n\t\t\tif (this.disableSubmit) return;\n\n\t\t\t// Workaround for terminals without Shift+Enter support:\n\t\t\t// If char before cursor is \\, delete it and insert newline instead of submitting.\n\t\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\tif (this.state.cursorCol > 0 && currentLine[this.state.cursorCol - 1] === \"\\\\\") {\n\t\t\t\tthis.handleBackspace();\n\t\t\t\tthis.addNewLine();\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tthis.submitValue();\n\t\t\treturn;\n\t\t}\n\n\t\tif (kb.matches(data, \"tui.editor.cursorUp\")) {\n\t\t\tif (this.isEditorEmpty()) {\n\t\t\t\tthis.navigateHistory(-1);\n\t\t\t} else if (this.historyIndex > -1 && this.isOnFirstVisualLine()) {\n\t\t\t\tthis.navigateHistory(-1);\n\t\t\t} else if (this.isOnFirstVisualLine()) {\n\t\t\t\tthis.moveToLineStart();\n\t\t\t} else {\n\t\t\t\tthis.moveCursor(-1, 0);\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.cursorDown\")) {\n\t\t\tif (this.historyIndex > -1 && this.isOnLastVisualLine()) {\n\t\t\t\tthis.navigateHistory(1);\n\t\t\t} else if (this.isOnLastVisualLine()) {\n\t\t\t\tthis.moveToLineEnd();\n\t\t\t} else {\n\t\t\t\tthis.moveCursor(1, 0);\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.cursorRight\")) {\n\t\t\tthis.moveCursor(0, 1);\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.cursorLeft\")) {\n\t\t\tthis.moveCursor(0, -1);\n\t\t\treturn;\n\t\t}\n\n\t\tif (kb.matches(data, \"tui.editor.pageUp\")) {\n\t\t\tthis.pageScroll(-1);\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.pageDown\")) {\n\t\t\tthis.pageScroll(1);\n\t\t\treturn;\n\t\t}\n\n\t\tif (kb.matches(data, \"tui.editor.jumpForward\")) {\n\t\t\tthis.jumpMode = \"forward\";\n\t\t\treturn;\n\t\t}\n\t\tif (kb.matches(data, \"tui.editor.jumpBackward\")) {\n\t\t\tthis.jumpMode = \"backward\";\n\t\t\treturn;\n\t\t}\n\n\t\tif (matchesKey(data, \"shift+space\")) {\n\t\t\tthis.insertCharacter(\" \");\n\t\t\treturn;\n\t\t}\n\n\t\tconst printable = decodePrintableKey(data);\n\t\tif (printable !== undefined) {\n\t\t\tthis.insertCharacter(printable);\n\t\t\treturn;\n\t\t}\n\n\t\tif (data.charCodeAt(0) >= 32) {\n\t\t\tthis.insertCharacter(data);\n\t\t}\n\t}\n\n\tprivate layoutText(contentWidth: number): LayoutLine[] {\n\t\tconst layoutLines: LayoutLine[] = [];\n\n\t\tif (this.state.lines.length === 0 || (this.state.lines.length === 1 && this.state.lines[0] === \"\")) {\n\t\t\tlayoutLines.push({\n\t\t\t\ttext: \"\",\n\t\t\t\thasCursor: true,\n\t\t\t\tcursorPos: 0,\n\t\t\t});\n\t\t\treturn layoutLines;\n\t\t}\n\n\t\tfor (let i = 0; i < this.state.lines.length; i++) {\n\t\t\tconst line = this.state.lines[i] || \"\";\n\t\t\tconst hiddenPrefixLength = this.getLineHiddenTextPrefixLength(i, line);\n\t\t\tconst displayLine = line.slice(hiddenPrefixLength);\n\t\t\tconst isCurrentLine = i === this.state.cursorLine;\n\t\t\tconst lineVisibleWidth = visibleWidth(displayLine);\n\n\t\t\tif (displayLine.length === 0) {\n\t\t\t\tlayoutLines.push({\n\t\t\t\t\ttext: \"\",\n\t\t\t\t\thasCursor: isCurrentLine,\n\t\t\t\t\tcursorPos: isCurrentLine ? 0 : undefined,\n\t\t\t\t});\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (lineVisibleWidth <= contentWidth) {\n\t\t\t\tif (isCurrentLine) {\n\t\t\t\t\tlayoutLines.push({\n\t\t\t\t\t\ttext: displayLine,\n\t\t\t\t\t\thasCursor: true,\n\t\t\t\t\t\tcursorPos: Math.max(0, this.state.cursorCol - hiddenPrefixLength),\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\tlayoutLines.push({\n\t\t\t\t\t\ttext: displayLine,\n\t\t\t\t\t\thasCursor: false,\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst chunks = wordWrapLine(displayLine, contentWidth, [...this.segment(displayLine)]);\n\n\t\t\t\tfor (let chunkIndex = 0; chunkIndex < chunks.length; chunkIndex++) {\n\t\t\t\t\tconst chunk = chunks[chunkIndex];\n\t\t\t\t\tif (!chunk) continue;\n\n\t\t\t\t\tconst cursorPos = Math.max(0, this.state.cursorCol - hiddenPrefixLength);\n\t\t\t\t\tconst isLastChunk = chunkIndex === chunks.length - 1;\n\n\t\t\t\t\t// For word-wrapped chunks, we need to handle the case where\n\t\t\t\t\t// cursor might be in trimmed whitespace at end of chunk\n\t\t\t\t\tlet hasCursorInChunk = false;\n\t\t\t\t\tlet adjustedCursorPos = 0;\n\n\t\t\t\t\tif (isCurrentLine) {\n\t\t\t\t\t\tif (isLastChunk) {\n\t\t\t\t\t\t\thasCursorInChunk = cursorPos >= chunk.startIndex;\n\t\t\t\t\t\t\tadjustedCursorPos = cursorPos - chunk.startIndex;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\thasCursorInChunk = cursorPos >= chunk.startIndex && cursorPos < chunk.endIndex;\n\t\t\t\t\t\t\tif (hasCursorInChunk) {\n\t\t\t\t\t\t\t\tadjustedCursorPos = cursorPos - chunk.startIndex;\n\t\t\t\t\t\t\t\tif (adjustedCursorPos > chunk.text.length) {\n\t\t\t\t\t\t\t\t\tadjustedCursorPos = chunk.text.length;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif (hasCursorInChunk) {\n\t\t\t\t\t\tlayoutLines.push({\n\t\t\t\t\t\t\ttext: chunk.text,\n\t\t\t\t\t\t\thasCursor: true,\n\t\t\t\t\t\t\tcursorPos: adjustedCursorPos,\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\tlayoutLines.push({\n\t\t\t\t\t\t\ttext: chunk.text,\n\t\t\t\t\t\t\thasCursor: false,\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn layoutLines;\n\t}\n\n\tgetText(): string {\n\t\treturn this.state.lines.join(\"\\n\");\n\t}\n\n\tprivate expandPasteMarkers(text: string): string {\n\t\tlet result = text;\n\t\tfor (const [pasteId, pasteContent] of this.pastes) {\n\t\t\tconst markerRegex = new RegExp(`\\\\[paste #${pasteId}( (\\\\+\\\\d+ lines|\\\\d+ chars))?\\\\]`, \"g\");\n\t\t\tresult = result.replace(markerRegex, () => pasteContent);\n\t\t}\n\t\treturn result;\n\t}\n\n\t/**\n\t * Get text with paste markers expanded to their actual content.\n\t * Use this when you need the full content (e.g., for external editor).\n\t */\n\tgetExpandedText(): string {\n\t\treturn this.expandPasteMarkers(this.state.lines.join(\"\\n\"));\n\t}\n\n\tgetPasteSnapshot(): EditorPasteSnapshot {\n\t\treturn {\n\t\t\tpastes: [...this.pastes],\n\t\t\tpasteCounter: this.pasteCounter,\n\t\t};\n\t}\n\n\trestorePasteSnapshot(snapshot: EditorPasteSnapshot): void {\n\t\tthis.pastes = new Map(snapshot.pastes);\n\t\tthis.pasteCounter = snapshot.pasteCounter;\n\t}\n\n\tgetLines(): string[] {\n\t\treturn [...this.state.lines];\n\t}\n\n\tgetCursor(): { line: number; col: number } {\n\t\treturn { line: this.state.cursorLine, col: this.state.cursorCol };\n\t}\n\n\tsetText(text: string): void {\n\t\tthis.cancelAutocomplete();\n\t\tthis.lastAction = null;\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\t\tconst normalized = this.normalizeText(text);\n\t\tif (this.getText() !== normalized) {\n\t\t\tthis.pushUndoSnapshot();\n\t\t}\n\t\tthis.setTextInternal(normalized);\n\t}\n\n\t/**\n\t * Insert text at the current cursor position.\n\t * Used for programmatic insertion (e.g., clipboard image markers).\n\t * This is atomic for undo - single undo restores entire pre-insert state.\n\t */\n\tinsertTextAtCursor(text: string): void {\n\t\tif (!text) return;\n\t\tthis.cancelAutocomplete();\n\t\tthis.pushUndoSnapshot();\n\t\tthis.lastAction = null;\n\t\tthis.historyIndex = -1;\n\t\tthis.insertTextAtCursorInternal(text);\n\t}\n\n\t/**\n\t * Normalize text for editor storage:\n\t * - Normalize line endings (\\r\\n and \\r -> \\n)\n\t * - Expand tabs to 4 spaces\n\t */\n\tprivate normalizeText(text: string): string {\n\t\treturn text.replace(/\\r\\n/g, \"\\n\").replace(/\\r/g, \"\\n\").replace(/\\t/g, \" \");\n\t}\n\n\t/**\n\t * Internal text insertion at cursor. Handles single and multi-line text.\n\t * Does not push undo snapshots or trigger autocomplete - caller is responsible.\n\t * Normalizes line endings and calls onChange once at the end.\n\t */\n\tprivate insertTextAtCursorInternal(text: string): void {\n\t\tif (!text) return;\n\n\t\tconst normalized = this.normalizeText(text);\n\t\tconst insertedLines = normalized.split(\"\\n\");\n\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\tconst beforeCursor = currentLine.slice(0, this.state.cursorCol);\n\t\tconst afterCursor = currentLine.slice(this.state.cursorCol);\n\n\t\tif (insertedLines.length === 1) {\n\t\t\tthis.state.lines[this.state.cursorLine] = beforeCursor + normalized + afterCursor;\n\t\t\tthis.setCursorCol(this.state.cursorCol + normalized.length);\n\t\t} else {\n\t\t\tthis.state.lines = [\n\t\t\t\t...this.state.lines.slice(0, this.state.cursorLine),\n\n\t\t\t\tbeforeCursor + insertedLines[0],\n\n\t\t\t\t...insertedLines.slice(1, -1),\n\n\t\t\t\tinsertedLines[insertedLines.length - 1] + afterCursor,\n\n\t\t\t\t...this.state.lines.slice(this.state.cursorLine + 1),\n\t\t\t];\n\n\t\t\tthis.state.cursorLine += insertedLines.length - 1;\n\t\t\tthis.setCursorCol((insertedLines[insertedLines.length - 1] || \"\").length);\n\t\t}\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\t}\n\n\tprivate insertCharacter(char: string, skipUndoCoalescing?: boolean): void {\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\n\t\t// Undo coalescing (fish-style):\n\t\t// - Consecutive word chars coalesce into one undo unit\n\t\t// - Space captures state before itself (so undo removes space+following word together)\n\t\t// - Each space is separately undoable\n\t\t// Skip coalescing when called from atomic operations (e.g., handlePaste)\n\t\tif (!skipUndoCoalescing) {\n\t\t\tif (isWhitespaceChar(char) || this.lastAction !== \"type-word\") {\n\t\t\t\tthis.pushUndoSnapshot();\n\t\t\t}\n\t\t\tthis.lastAction = \"type-word\";\n\t\t}\n\n\t\tconst line = this.state.lines[this.state.cursorLine] || \"\";\n\n\t\tconst before = line.slice(0, this.state.cursorCol);\n\t\tconst after = line.slice(this.state.cursorCol);\n\n\t\tthis.state.lines[this.state.cursorLine] = before + char + after;\n\t\tthis.setCursorCol(this.state.cursorCol + char.length);\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\n\t\tif (!this.autocompleteState) {\n\t\t\tconst slashContext = this.getCurrentSlashCommandContext();\n\t\t\tif (char === \"/\" && slashContext?.kind === \"name\") {\n\t\t\t\tthis.tryTriggerAutocomplete();\n\t\t\t} else if (char === \"@\" || char === \"#\") {\n\t\t\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\t\tconst textBeforeCursor = currentLine.slice(0, this.state.cursorCol);\n\t\t\t\tconst charBeforeSymbol = textBeforeCursor[textBeforeCursor.length - 2];\n\t\t\t\tif (textBeforeCursor.length === 1 || charBeforeSymbol === \" \" || charBeforeSymbol === \"\\t\") {\n\t\t\t\t\tthis.tryTriggerAutocomplete();\n\t\t\t\t}\n\t\t\t} else if (/[a-zA-Z0-9.\\-_]/.test(char)) {\n\t\t\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\t\tconst textBeforeCursor = currentLine.slice(0, this.state.cursorCol);\n\t\t\t\tif (slashContext) {\n\t\t\t\t\tthis.tryTriggerAutocomplete();\n\t\t\t\t} else if (textBeforeCursor.match(/(?:^|[\\s])[@#][^\\s]*$/)) {\n\t\t\t\t\tthis.tryTriggerAutocomplete();\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tthis.refreshAutocompleteAfterEdit();\n\t\t}\n\t}\n\n\tprivate handlePaste(pastedText: string): void {\n\t\tthis.cancelAutocomplete();\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\t\tthis.lastAction = null;\n\n\t\tthis.pushUndoSnapshot();\n\n\t\t// Some terminals (e.g. tmux popups with extended-keys-format=csi-u) re-encode\n\t\t// control bytes inside bracketed paste as CSI-u Ctrl+<letter> sequences\n\t\t// (ESC [ <codepoint> ; 5 u). Decode those back to their literal byte so the\n\t\t// per-char filter below preserves newlines instead of stripping ESC and\n\t\t// leaking the printable tail (e.g. \"[106;5u\") into the editor.\n\t\tconst decodedText = pastedText.replace(/\\x1b\\[(\\d+);5u/g, (match, code) => {\n\t\t\tconst cp = Number(code);\n\t\t\tif (cp >= 97 && cp <= 122) return String.fromCharCode(cp - 96);\n\t\t\tif (cp >= 65 && cp <= 90) return String.fromCharCode(cp - 64);\n\t\t\treturn match;\n\t\t});\n\n\t\tconst cleanText = this.normalizeText(decodedText);\n\n\t\tlet filteredText = cleanText\n\t\t\t.split(\"\")\n\t\t\t.filter((char) => char === \"\\n\" || char.charCodeAt(0) >= 32)\n\t\t\t.join(\"\");\n\n\t\t// If pasting a file path (starts with /, ~, or .) and the character before\n\t\t// the cursor is a word character, prepend a space for better readability\n\t\tif (/^[/~.]/.test(filteredText)) {\n\t\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\tconst charBeforeCursor = this.state.cursorCol > 0 ? currentLine[this.state.cursorCol - 1] : \"\";\n\t\t\tif (charBeforeCursor && /\\w/.test(charBeforeCursor)) {\n\t\t\t\tfilteredText = ` ${filteredText}`;\n\t\t\t}\n\t\t}\n\n\t\t// Split into lines to check for large paste\n\t\tconst pastedLines = filteredText.split(\"\\n\");\n\n\t\t// Check if this is a large paste (> 10 lines or > 1000 characters)\n\t\tconst totalChars = filteredText.length;\n\t\tif (pastedLines.length > 10 || totalChars > 1000) {\n\t\t\tthis.pasteCounter++;\n\t\t\tconst pasteId = this.pasteCounter;\n\t\t\tthis.pastes.set(pasteId, filteredText);\n\n\t\t\tconst marker =\n\t\t\t\tpastedLines.length > 10\n\t\t\t\t\t? `[paste #${pasteId} +${pastedLines.length} lines]`\n\t\t\t\t\t: `[paste #${pasteId} ${totalChars} chars]`;\n\t\t\tthis.insertTextAtCursorInternal(marker);\n\t\t\treturn;\n\t\t}\n\n\t\tif (pastedLines.length === 1) {\n\t\t\tthis.insertTextAtCursorInternal(filteredText);\n\t\t\treturn;\n\t\t}\n\n\t\t// Multi-line paste - use direct state manipulation\n\t\tthis.insertTextAtCursorInternal(filteredText);\n\t}\n\n\tprivate addNewLine(): void {\n\t\tthis.cancelAutocomplete();\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\t\tthis.lastAction = null;\n\n\t\tthis.pushUndoSnapshot();\n\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\n\t\tconst before = currentLine.slice(0, this.state.cursorCol);\n\t\tconst after = currentLine.slice(this.state.cursorCol);\n\n\t\tthis.state.lines[this.state.cursorLine] = before;\n\t\tthis.state.lines.splice(this.state.cursorLine + 1, 0, after);\n\n\t\tthis.state.cursorLine++;\n\t\tthis.setCursorCol(0);\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\t}\n\n\tprivate shouldSubmitOnBackslashEnter(data: string, kb: ReturnType<typeof getKeybindings>): boolean {\n\t\tif (this.disableSubmit) return false;\n\t\tif (!matchesKey(data, \"enter\")) return false;\n\t\tconst submitKeys = kb.getKeys(\"tui.input.submit\");\n\t\tconst hasShiftEnter = submitKeys.includes(\"shift+enter\") || submitKeys.includes(\"shift+return\");\n\t\tif (!hasShiftEnter) return false;\n\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\treturn this.state.cursorCol > 0 && currentLine[this.state.cursorCol - 1] === \"\\\\\";\n\t}\n\n\tprivate submitValue(): void {\n\t\tthis.cancelAutocomplete();\n\t\tconst result = this.expandPasteMarkers(this.state.lines.join(\"\\n\")).trim();\n\n\t\tthis.state = { lines: [\"\"], cursorLine: 0, cursorCol: 0 };\n\t\tthis.pastes.clear();\n\t\tthis.pasteCounter = 0;\n\t\tthis.historyIndex = -1;\n\t\tthis.scrollOffset = 0;\n\t\tthis.undoStack.clear();\n\t\tthis.lastAction = null;\n\n\t\tif (this.onChange) this.onChange(\"\");\n\t\tif (this.onSubmit) this.onSubmit(result);\n\t}\n\n\tprivate handleBackspace(): void {\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\t\tthis.lastAction = null;\n\n\t\tconst line = this.state.lines[this.state.cursorLine] || \"\";\n\t\tconst lineStartCol = this.getLineHiddenTextPrefixLength(this.state.cursorLine, line);\n\n\t\tif (this.state.cursorCol > lineStartCol) {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\tconst beforeCursor = line.slice(lineStartCol, this.state.cursorCol);\n\n\t\t\tconst graphemes = [...this.segment(beforeCursor)];\n\t\t\tconst lastGrapheme = graphemes[graphemes.length - 1];\n\t\t\tconst graphemeLength = lastGrapheme ? lastGrapheme.segment.length : 1;\n\n\t\t\tconst before = line.slice(0, this.state.cursorCol - graphemeLength);\n\t\t\tconst after = line.slice(this.state.cursorCol);\n\n\t\t\tthis.state.lines[this.state.cursorLine] = before + after;\n\t\t\tthis.setCursorCol(this.state.cursorCol - graphemeLength);\n\t\t} else if (lineStartCol > 0 && line.length === lineStartCol) {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\tthis.state.lines[this.state.cursorLine] = \"\";\n\t\t\tthis.setCursorCol(0);\n\t\t} else if (this.state.cursorLine > 0) {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\tconst previousLine = this.state.lines[this.state.cursorLine - 1] || \"\";\n\n\t\t\tthis.state.lines[this.state.cursorLine - 1] = previousLine + currentLine;\n\t\t\tthis.state.lines.splice(this.state.cursorLine, 1);\n\n\t\t\tthis.state.cursorLine--;\n\t\t\tthis.setCursorCol(previousLine.length);\n\t\t}\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\n\t\tthis.refreshAutocompleteAfterEdit(true);\n\t}\n\n\t/**\n\t * Set cursor column and clear preferredVisualCol.\n\t * Use this for all non-vertical cursor movements to reset sticky column behavior.\n\t */\n\tprivate setCursorCol(col: number): void {\n\t\tthis.state.cursorCol = col;\n\t\tthis.preferredVisualCol = null;\n\t\tthis.snappedFromCursorCol = null;\n\t}\n\n\t/**\n\t * Move cursor to a target visual line, applying sticky column logic.\n\t * Shared by moveCursor() and pageScroll().\n\t */\n\tprivate moveToVisualLine(\n\t\tvisualLines: Array<{ logicalLine: number; startCol: number; length: number }>,\n\t\tcurrentVisualLine: number,\n\t\ttargetVisualLine: number,\n\t): void {\n\t\tconst currentVL = visualLines[currentVisualLine];\n\t\tconst targetVL = visualLines[targetVisualLine];\n\t\tif (!(currentVL && targetVL)) return;\n\n\t\t// When the cursor was snapped to a segment start, resolve the pre-snap\n\t\t// position against the VL it belongs to. This gives the correct visual\n\t\t// column even after a resize reshuffles VLs.\n\t\tlet currentVisualCol: number;\n\t\tif (this.snappedFromCursorCol !== null) {\n\t\t\tconst vlIndex = this.findVisualLineAt(visualLines, currentVL.logicalLine, this.snappedFromCursorCol);\n\t\t\tcurrentVisualCol = this.snappedFromCursorCol - visualLines[vlIndex].startCol;\n\t\t} else {\n\t\t\tcurrentVisualCol = this.state.cursorCol - currentVL.startCol;\n\t\t}\n\n\t\t// For non-last segments, clamp to length-1 to stay within the segment\n\t\tconst isLastSourceSegment =\n\t\t\tcurrentVisualLine === visualLines.length - 1 ||\n\t\t\tvisualLines[currentVisualLine + 1]?.logicalLine !== currentVL.logicalLine;\n\t\tconst sourceMaxVisualCol = isLastSourceSegment ? currentVL.length : Math.max(0, currentVL.length - 1);\n\n\t\tconst isLastTargetSegment =\n\t\t\ttargetVisualLine === visualLines.length - 1 ||\n\t\t\tvisualLines[targetVisualLine + 1]?.logicalLine !== targetVL.logicalLine;\n\t\tconst targetMaxVisualCol = isLastTargetSegment ? targetVL.length : Math.max(0, targetVL.length - 1);\n\n\t\tconst moveToVisualCol = this.computeVerticalMoveColumn(currentVisualCol, sourceMaxVisualCol, targetMaxVisualCol);\n\n\t\tthis.state.cursorLine = targetVL.logicalLine;\n\t\tconst targetCol = targetVL.startCol + moveToVisualCol;\n\t\tconst logicalLine = this.state.lines[targetVL.logicalLine] || \"\";\n\t\tthis.state.cursorCol = Math.min(targetCol, logicalLine.length);\n\n\t\t// Snap cursor to atomic segment boundary (e.g. paste markers)\n\t\t// so the cursor never lands in the middle of a multi-grapheme unit.\n\t\t// Single-grapheme segments don't need snapping.\n\t\tconst segments = [...this.segment(logicalLine)];\n\t\tfor (const seg of segments) {\n\t\t\tif (seg.index > this.state.cursorCol) break;\n\t\t\tif (seg.segment.length <= 1) continue;\n\t\t\tif (this.state.cursorCol < seg.index + seg.segment.length) {\n\t\t\t\tconst isContinuation = seg.index < targetVL.startCol;\n\t\t\t\tconst isMovingDown = targetVisualLine > currentVisualLine;\n\n\t\t\t\tif (isContinuation && isMovingDown) {\n\t\t\t\t\t// The segment started on a previous visual line, and we\n\t\t\t\t\t// already visited it on the way down. Skip all remaining\n\t\t\t\t\t// continuation VLs and land on the first VL past it.\n\t\t\t\t\tconst segEnd = seg.index + seg.segment.length;\n\t\t\t\t\tlet next = targetVisualLine + 1;\n\t\t\t\t\twhile (\n\t\t\t\t\t\tnext < visualLines.length &&\n\t\t\t\t\t\tvisualLines[next].logicalLine === targetVL.logicalLine &&\n\t\t\t\t\t\tvisualLines[next].startCol < segEnd\n\t\t\t\t\t) {\n\t\t\t\t\t\tnext++;\n\t\t\t\t\t}\n\t\t\t\t\tif (next < visualLines.length) {\n\t\t\t\t\t\tthis.moveToVisualLine(visualLines, currentVisualLine, next);\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Snap to the start of the segment so it gets highlighted.\n\t\t\t\t// Store the pre-snap position so the next vertical move can\n\t\t\t\t// resolve it to the correct visual column.\n\t\t\t\tthis.snappedFromCursorCol = this.state.cursorCol;\n\t\t\t\tthis.state.cursorCol = seg.index;\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\t// No snap occurred – we moved out of the atomic segment.\n\t\tthis.snappedFromCursorCol = null;\n\t}\n\n\t/**\n\t * Compute the target visual column for vertical cursor movement.\n\t * Implements the sticky column decision table:\n\t *\n\t * | P | S | T | U | Scenario | Set Preferred | Move To |\n\t * |---|---|---|---| ---------------------------------------------------- |---------------|-------------|\n\t * | 0 | * | 0 | - | Start nav, target fits | null | current |\n\t * | 0 | * | 1 | - | Start nav, target shorter | current | target end |\n\t * | 1 | 0 | 0 | 0 | Clamped, target fits preferred | null | preferred |\n\t * | 1 | 0 | 0 | 1 | Clamped, target longer but still can't fit preferred | keep | target end |\n\t * | 1 | 0 | 1 | - | Clamped, target even shorter | keep | target end |\n\t * | 1 | 1 | 0 | - | Rewrapped, target fits current | null | current |\n\t * | 1 | 1 | 1 | - | Rewrapped, target shorter than current | current | target end |\n\t *\n\t * Where:\n\t * - P = preferred col is set\n\t * - S = cursor in middle of source line (not clamped to end)\n\t * - T = target line shorter than current visual col\n\t * - U = target line shorter than preferred col\n\t */\n\tprivate computeVerticalMoveColumn(\n\t\tcurrentVisualCol: number,\n\t\tsourceMaxVisualCol: number,\n\t\ttargetMaxVisualCol: number,\n\t): number {\n\t\tconst hasPreferred = this.preferredVisualCol !== null; // P\n\t\tconst cursorInMiddle = currentVisualCol < sourceMaxVisualCol; // S\n\t\tconst targetTooShort = targetMaxVisualCol < currentVisualCol; // T\n\n\t\tif (!hasPreferred || cursorInMiddle) {\n\t\t\tif (targetTooShort) {\n\t\t\t\t// Cases 2 and 7\n\t\t\t\tthis.preferredVisualCol = currentVisualCol;\n\t\t\t\treturn targetMaxVisualCol;\n\t\t\t}\n\n\t\t\t// Cases 1 and 6\n\t\t\tthis.preferredVisualCol = null;\n\t\t\treturn currentVisualCol;\n\t\t}\n\n\t\tconst targetCantFitPreferred = targetMaxVisualCol < this.preferredVisualCol!; // U\n\t\tif (targetTooShort || targetCantFitPreferred) {\n\t\t\t// Cases 4 and 5\n\t\t\treturn targetMaxVisualCol;\n\t\t}\n\n\t\t// Case 3\n\t\tconst result = this.preferredVisualCol!;\n\t\tthis.preferredVisualCol = null;\n\t\treturn result;\n\t}\n\n\tprivate moveToLineStart(): void {\n\t\tthis.lastAction = null;\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\tthis.setCursorCol(this.getLineHiddenTextPrefixLength(this.state.cursorLine, currentLine));\n\t}\n\n\tprivate moveToLineEnd(): void {\n\t\tthis.lastAction = null;\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\tthis.setCursorCol(currentLine.length);\n\t}\n\n\tprivate deleteToStartOfLine(): void {\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\tconst lineStartCol = this.getLineHiddenTextPrefixLength(this.state.cursorLine, currentLine);\n\n\t\tif (this.state.cursorCol > lineStartCol) {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\t// Calculate text to be deleted and save to kill ring (backward deletion = prepend)\n\t\t\tconst deletedText = currentLine.slice(lineStartCol, this.state.cursorCol);\n\t\t\tthis.killRing.push(deletedText, { prepend: true, accumulate: this.lastAction === \"kill\" });\n\t\t\tthis.lastAction = \"kill\";\n\n\t\t\tthis.state.lines[this.state.cursorLine] =\n\t\t\t\tcurrentLine.slice(0, lineStartCol) + currentLine.slice(this.state.cursorCol);\n\t\t\tthis.setCursorCol(lineStartCol);\n\t\t} else if (this.state.cursorLine > 0) {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\t// At start of line - merge with previous line, treating newline as deleted text\n\t\t\tthis.killRing.push(\"\\n\", { prepend: true, accumulate: this.lastAction === \"kill\" });\n\t\t\tthis.lastAction = \"kill\";\n\n\t\t\tconst previousLine = this.state.lines[this.state.cursorLine - 1] || \"\";\n\t\t\tthis.state.lines[this.state.cursorLine - 1] = previousLine + currentLine;\n\t\t\tthis.state.lines.splice(this.state.cursorLine, 1);\n\t\t\tthis.state.cursorLine--;\n\t\t\tthis.setCursorCol(previousLine.length);\n\t\t}\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\t\tthis.refreshAutocompleteAfterEdit();\n\t}\n\n\tprivate deleteToEndOfLine(): void {\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\n\t\tif (this.state.cursorCol < currentLine.length) {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\t// Calculate text to be deleted and save to kill ring (forward deletion = append)\n\t\t\tconst deletedText = currentLine.slice(this.state.cursorCol);\n\t\t\tthis.killRing.push(deletedText, { prepend: false, accumulate: this.lastAction === \"kill\" });\n\t\t\tthis.lastAction = \"kill\";\n\n\t\t\tthis.state.lines[this.state.cursorLine] = currentLine.slice(0, this.state.cursorCol);\n\t\t} else if (this.state.cursorLine < this.state.lines.length - 1) {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\t// At end of line - merge with next line, treating newline as deleted text\n\t\t\tthis.killRing.push(\"\\n\", { prepend: false, accumulate: this.lastAction === \"kill\" });\n\t\t\tthis.lastAction = \"kill\";\n\n\t\t\tconst nextLine = this.state.lines[this.state.cursorLine + 1] || \"\";\n\t\t\tthis.state.lines[this.state.cursorLine] = currentLine + nextLine;\n\t\t\tthis.state.lines.splice(this.state.cursorLine + 1, 1);\n\t\t}\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\t\tthis.refreshAutocompleteAfterEdit();\n\t}\n\n\tprivate deleteWordBackwards(): void {\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\n\t\t// If at start of line, behave like backspace at column 0 (merge with previous line)\n\t\tif (this.state.cursorCol === 0) {\n\t\t\tif (this.state.cursorLine > 0) {\n\t\t\t\tthis.pushUndoSnapshot();\n\n\t\t\t\t// Treat newline as deleted text (backward deletion = prepend)\n\t\t\t\tthis.killRing.push(\"\\n\", { prepend: true, accumulate: this.lastAction === \"kill\" });\n\t\t\t\tthis.lastAction = \"kill\";\n\n\t\t\t\tconst previousLine = this.state.lines[this.state.cursorLine - 1] || \"\";\n\t\t\t\tthis.state.lines[this.state.cursorLine - 1] = previousLine + currentLine;\n\t\t\t\tthis.state.lines.splice(this.state.cursorLine, 1);\n\t\t\t\tthis.state.cursorLine--;\n\t\t\t\tthis.setCursorCol(previousLine.length);\n\t\t\t}\n\t\t} else {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\t// Save lastAction before cursor movement (moveWordBackwards resets it)\n\t\t\tconst wasKill = this.lastAction === \"kill\";\n\n\t\t\tconst oldCursorCol = this.state.cursorCol;\n\t\t\tthis.moveWordBackwards();\n\t\t\tconst deleteFrom = this.state.cursorCol;\n\t\t\tthis.setCursorCol(oldCursorCol);\n\n\t\t\tconst deletedText = currentLine.slice(deleteFrom, this.state.cursorCol);\n\t\t\tthis.killRing.push(deletedText, { prepend: true, accumulate: wasKill });\n\t\t\tthis.lastAction = \"kill\";\n\n\t\t\tthis.state.lines[this.state.cursorLine] =\n\t\t\t\tcurrentLine.slice(0, deleteFrom) + currentLine.slice(this.state.cursorCol);\n\t\t\tthis.setCursorCol(deleteFrom);\n\t\t}\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\t\tthis.refreshAutocompleteAfterEdit();\n\t}\n\n\tprivate deleteWordForward(): void {\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\n\t\t// If at end of line, merge with next line (delete the newline)\n\t\tif (this.state.cursorCol >= currentLine.length) {\n\t\t\tif (this.state.cursorLine < this.state.lines.length - 1) {\n\t\t\t\tthis.pushUndoSnapshot();\n\n\t\t\t\t// Treat newline as deleted text (forward deletion = append)\n\t\t\t\tthis.killRing.push(\"\\n\", { prepend: false, accumulate: this.lastAction === \"kill\" });\n\t\t\t\tthis.lastAction = \"kill\";\n\n\t\t\t\tconst nextLine = this.state.lines[this.state.cursorLine + 1] || \"\";\n\t\t\t\tthis.state.lines[this.state.cursorLine] = currentLine + nextLine;\n\t\t\t\tthis.state.lines.splice(this.state.cursorLine + 1, 1);\n\t\t\t}\n\t\t} else {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\t// Save lastAction before cursor movement (moveWordForwards resets it)\n\t\t\tconst wasKill = this.lastAction === \"kill\";\n\n\t\t\tconst oldCursorCol = this.state.cursorCol;\n\t\t\tthis.moveWordForwards();\n\t\t\tconst deleteTo = this.state.cursorCol;\n\t\t\tthis.setCursorCol(oldCursorCol);\n\n\t\t\tconst deletedText = currentLine.slice(this.state.cursorCol, deleteTo);\n\t\t\tthis.killRing.push(deletedText, { prepend: false, accumulate: wasKill });\n\t\t\tthis.lastAction = \"kill\";\n\n\t\t\tthis.state.lines[this.state.cursorLine] =\n\t\t\t\tcurrentLine.slice(0, this.state.cursorCol) + currentLine.slice(deleteTo);\n\t\t}\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\t\tthis.refreshAutocompleteAfterEdit();\n\t}\n\n\tprivate handleForwardDelete(): void {\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\t\tthis.lastAction = null;\n\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\n\t\tif (this.state.cursorCol < currentLine.length) {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\t// Delete grapheme at cursor position (handles emojis, combining characters, etc.)\n\t\t\tconst afterCursor = currentLine.slice(this.state.cursorCol);\n\n\t\t\tconst graphemes = [...this.segment(afterCursor)];\n\t\t\tconst firstGrapheme = graphemes[0];\n\t\t\tconst graphemeLength = firstGrapheme ? firstGrapheme.segment.length : 1;\n\n\t\t\tconst before = currentLine.slice(0, this.state.cursorCol);\n\t\t\tconst after = currentLine.slice(this.state.cursorCol + graphemeLength);\n\t\t\tthis.state.lines[this.state.cursorLine] = before + after;\n\t\t} else if (this.state.cursorLine < this.state.lines.length - 1) {\n\t\t\tthis.pushUndoSnapshot();\n\n\t\t\t// At end of line - merge with next line\n\t\t\tconst nextLine = this.state.lines[this.state.cursorLine + 1] || \"\";\n\t\t\tthis.state.lines[this.state.cursorLine] = currentLine + nextLine;\n\t\t\tthis.state.lines.splice(this.state.cursorLine + 1, 1);\n\t\t}\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\n\t\tthis.refreshAutocompleteAfterEdit(true);\n\t}\n\n\t/**\n\t * Build a mapping from visual lines to logical positions.\n\t * Returns an array where each element represents a visual line with:\n\t * - logicalLine: index into this.state.lines\n\t * - startCol: starting column in the logical line\n\t * - length: length of this visual line segment\n\t */\n\tprivate buildVisualLineMap(width: number): Array<{ logicalLine: number; startCol: number; length: number }> {\n\t\tconst visualLines: Array<{ logicalLine: number; startCol: number; length: number }> = [];\n\n\t\tfor (let i = 0; i < this.state.lines.length; i++) {\n\t\t\tconst line = this.state.lines[i] || \"\";\n\t\t\tconst hiddenPrefixLength = this.getLineHiddenTextPrefixLength(i, line);\n\t\t\tconst displayLine = line.slice(hiddenPrefixLength);\n\t\t\tconst lineVisWidth = visibleWidth(displayLine);\n\t\t\tif (displayLine.length === 0) {\n\t\t\t\tvisualLines.push({ logicalLine: i, startCol: hiddenPrefixLength, length: 0 });\n\t\t\t} else if (lineVisWidth <= width) {\n\t\t\t\tvisualLines.push({ logicalLine: i, startCol: hiddenPrefixLength, length: displayLine.length });\n\t\t\t} else {\n\t\t\t\tconst chunks = wordWrapLine(displayLine, width, [...this.segment(displayLine)]);\n\t\t\t\tfor (const chunk of chunks) {\n\t\t\t\t\tvisualLines.push({\n\t\t\t\t\t\tlogicalLine: i,\n\t\t\t\t\t\tstartCol: hiddenPrefixLength + chunk.startIndex,\n\t\t\t\t\t\tlength: chunk.endIndex - chunk.startIndex,\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn visualLines;\n\t}\n\n\t/**\n\t * Find the visual line index that contains the given logical position.\n\t */\n\tprivate findVisualLineAt(\n\t\tvisualLines: Array<{ logicalLine: number; startCol: number; length: number }>,\n\t\tline: number,\n\t\tcol: number,\n\t): number {\n\t\tconst hiddenPrefixLength = this.getLineHiddenTextPrefixLength(line, this.state.lines[line] || \"\");\n\t\tfor (let i = 0; i < visualLines.length; i++) {\n\t\t\tconst vl = visualLines[i];\n\t\t\tif (!vl || vl.logicalLine !== line) continue;\n\t\t\tif (hiddenPrefixLength > 0 && col < hiddenPrefixLength && vl.startCol === hiddenPrefixLength) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t\tconst offset = col - vl.startCol;\n\t\t\t// Cursor is in this segment if it's within range. For the last\n\t\t\t// segment of a logical line, cursor can be at length (end position)\n\t\t\tconst isLastSegmentOfLine = i === visualLines.length - 1 || visualLines[i + 1]?.logicalLine !== vl.logicalLine;\n\t\t\tif (offset >= 0 && (offset < vl.length || (isLastSegmentOfLine && offset === vl.length))) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn visualLines.length - 1;\n\t}\n\n\t/**\n\t * Find the visual line index for the current cursor position.\n\t */\n\tprivate findCurrentVisualLine(\n\t\tvisualLines: Array<{ logicalLine: number; startCol: number; length: number }>,\n\t): number {\n\t\treturn this.findVisualLineAt(visualLines, this.state.cursorLine, this.state.cursorCol);\n\t}\n\n\tprivate moveCursor(deltaLine: number, deltaCol: number): void {\n\t\tthis.lastAction = null;\n\t\tconst visualLines = this.buildVisualLineMap(this.lastWidth);\n\t\tconst currentVisualLine = this.findCurrentVisualLine(visualLines);\n\n\t\tif (deltaLine !== 0) {\n\t\t\tconst targetVisualLine = currentVisualLine + deltaLine;\n\n\t\t\tif (targetVisualLine >= 0 && targetVisualLine < visualLines.length) {\n\t\t\t\tthis.moveToVisualLine(visualLines, currentVisualLine, targetVisualLine);\n\t\t\t}\n\t\t}\n\n\t\tif (deltaCol !== 0) {\n\t\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\tconst lineStartCol = this.getLineHiddenTextPrefixLength(this.state.cursorLine, currentLine);\n\n\t\t\tif (deltaCol > 0) {\n\t\t\t\t// Moving right - move by one grapheme (handles emojis, combining characters, etc.)\n\t\t\t\tif (this.state.cursorCol < currentLine.length) {\n\t\t\t\t\tconst afterCursor = currentLine.slice(this.state.cursorCol);\n\t\t\t\t\tconst graphemes = [...this.segment(afterCursor)];\n\t\t\t\t\tconst firstGrapheme = graphemes[0];\n\t\t\t\t\tthis.setCursorCol(this.state.cursorCol + (firstGrapheme ? firstGrapheme.segment.length : 1));\n\t\t\t\t} else if (this.state.cursorLine < this.state.lines.length - 1) {\n\t\t\t\t\tthis.state.cursorLine++;\n\t\t\t\t\tthis.setCursorCol(0);\n\t\t\t\t} else {\n\t\t\t\t\tconst currentVL = visualLines[currentVisualLine];\n\t\t\t\t\tif (currentVL) {\n\t\t\t\t\t\tthis.preferredVisualCol = this.state.cursorCol - currentVL.startCol;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Moving left - move by one grapheme (handles emojis, combining characters, etc.)\n\t\t\t\tif (this.state.cursorCol > lineStartCol) {\n\t\t\t\t\tconst beforeCursor = currentLine.slice(lineStartCol, this.state.cursorCol);\n\t\t\t\t\tconst graphemes = [...this.segment(beforeCursor)];\n\t\t\t\t\tconst lastGrapheme = graphemes[graphemes.length - 1];\n\t\t\t\t\tconst previousCol = this.state.cursorCol - (lastGrapheme ? lastGrapheme.segment.length : 1);\n\t\t\t\t\tthis.setCursorCol(Math.max(lineStartCol, previousCol));\n\t\t\t\t} else if (this.state.cursorLine > 0) {\n\t\t\t\t\tthis.state.cursorLine--;\n\t\t\t\t\tconst prevLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\t\t\tthis.setCursorCol(prevLine.length);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Scroll by a page (direction: -1 for up, 1 for down).\n\t * Moves cursor by the page size while keeping it in bounds.\n\t */\n\tprivate pageScroll(direction: -1 | 1): void {\n\t\tthis.lastAction = null;\n\t\tconst terminalRows = this.tui.terminal.rows;\n\t\tconst pageSize = Math.max(5, Math.floor(terminalRows * 0.3));\n\n\t\tconst visualLines = this.buildVisualLineMap(this.lastWidth);\n\t\tconst currentVisualLine = this.findCurrentVisualLine(visualLines);\n\t\tconst targetVisualLine = Math.max(0, Math.min(visualLines.length - 1, currentVisualLine + direction * pageSize));\n\n\t\tthis.moveToVisualLine(visualLines, currentVisualLine, targetVisualLine);\n\t}\n\n\tprivate moveWordBackwards(): void {\n\t\tthis.lastAction = null;\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\tconst lineStartCol = this.getLineHiddenTextPrefixLength(this.state.cursorLine, currentLine);\n\n\t\tif (this.state.cursorCol <= lineStartCol) {\n\t\t\tif (this.state.cursorLine > 0) {\n\t\t\t\tthis.state.cursorLine--;\n\t\t\t\tconst prevLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\t\tthis.setCursorCol(prevLine.length);\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\n\t\tconst textBeforeCursor = currentLine.slice(lineStartCol, this.state.cursorCol);\n\t\tconst graphemes = [...this.segment(textBeforeCursor)];\n\t\tlet newCol = this.state.cursorCol;\n\n\t\twhile (\n\t\t\tgraphemes.length > 0 &&\n\t\t\t!isAtomicMarker(graphemes[graphemes.length - 1]?.segment || \"\") &&\n\t\t\tisWhitespaceChar(graphemes[graphemes.length - 1]?.segment || \"\")\n\t\t) {\n\t\t\tnewCol -= graphemes.pop()?.segment.length || 0;\n\t\t}\n\n\t\tif (graphemes.length > 0) {\n\t\t\tconst lastGrapheme = graphemes[graphemes.length - 1]?.segment || \"\";\n\t\t\tif (isAtomicMarker(lastGrapheme)) {\n\t\t\t\tnewCol -= graphemes.pop()?.segment.length || 0;\n\t\t\t} else if (isPunctuationChar(lastGrapheme)) {\n\t\t\t\twhile (\n\t\t\t\t\tgraphemes.length > 0 &&\n\t\t\t\t\tisPunctuationChar(graphemes[graphemes.length - 1]?.segment || \"\") &&\n\t\t\t\t\t!isAtomicMarker(graphemes[graphemes.length - 1]?.segment || \"\")\n\t\t\t\t) {\n\t\t\t\t\tnewCol -= graphemes.pop()?.segment.length || 0;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile (\n\t\t\t\t\tgraphemes.length > 0 &&\n\t\t\t\t\t!isWhitespaceChar(graphemes[graphemes.length - 1]?.segment || \"\") &&\n\t\t\t\t\t!isPunctuationChar(graphemes[graphemes.length - 1]?.segment || \"\") &&\n\t\t\t\t\t!isAtomicMarker(graphemes[graphemes.length - 1]?.segment || \"\")\n\t\t\t\t) {\n\t\t\t\t\tnewCol -= graphemes.pop()?.segment.length || 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.setCursorCol(Math.max(lineStartCol, newCol));\n\t}\n\n\t/**\n\t * Yank (paste) the most recent kill ring entry at cursor position.\n\t */\n\tprivate yank(): void {\n\t\tif (this.killRing.length === 0) return;\n\n\t\tthis.pushUndoSnapshot();\n\n\t\tconst text = this.killRing.peek()!;\n\t\tthis.insertYankedText(text);\n\n\t\tthis.lastAction = \"yank\";\n\t\tthis.refreshAutocompleteAfterEdit();\n\t}\n\n\t/**\n\t * Cycle through kill ring (only works immediately after yank or yank-pop).\n\t * Replaces the last yanked text with the previous entry in the ring.\n\t */\n\tprivate yankPop(): void {\n\t\tif (this.lastAction !== \"yank\" || this.killRing.length <= 1) return;\n\n\t\tthis.pushUndoSnapshot();\n\n\t\tthis.deleteYankedText();\n\n\t\tthis.killRing.rotate();\n\n\t\tconst text = this.killRing.peek()!;\n\t\tthis.insertYankedText(text);\n\n\t\tthis.lastAction = \"yank\";\n\t\tthis.refreshAutocompleteAfterEdit();\n\t}\n\n\t/**\n\t * Insert text at cursor position (used by yank operations).\n\t */\n\tprivate insertYankedText(text: string): void {\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\t\tconst lines = text.split(\"\\n\");\n\n\t\tif (lines.length === 1) {\n\t\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\tconst before = currentLine.slice(0, this.state.cursorCol);\n\t\t\tconst after = currentLine.slice(this.state.cursorCol);\n\t\t\tthis.state.lines[this.state.cursorLine] = before + text + after;\n\t\t\tthis.setCursorCol(this.state.cursorCol + text.length);\n\t\t} else {\n\t\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\tconst before = currentLine.slice(0, this.state.cursorCol);\n\t\t\tconst after = currentLine.slice(this.state.cursorCol);\n\n\t\t\t// First line merges with text before cursor\n\t\t\tthis.state.lines[this.state.cursorLine] = before + (lines[0] || \"\");\n\n\t\t\t// Insert middle lines\n\t\t\tfor (let i = 1; i < lines.length - 1; i++) {\n\t\t\t\tthis.state.lines.splice(this.state.cursorLine + i, 0, lines[i] || \"\");\n\t\t\t}\n\n\t\t\t// Last line merges with text after cursor\n\t\t\tconst lastLineIndex = this.state.cursorLine + lines.length - 1;\n\t\t\tthis.state.lines.splice(lastLineIndex, 0, (lines[lines.length - 1] || \"\") + after);\n\n\t\t\t// Update cursor position\n\t\t\tthis.state.cursorLine = lastLineIndex;\n\t\t\tthis.setCursorCol((lines[lines.length - 1] || \"\").length);\n\t\t}\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\t}\n\n\t/**\n\t * Delete the previously yanked text (used by yank-pop).\n\t * The yanked text is derived from killRing[end] since it hasn't been rotated yet.\n\t */\n\tprivate deleteYankedText(): void {\n\t\tconst yankedText = this.killRing.peek();\n\t\tif (!yankedText) return;\n\n\t\tconst yankLines = yankedText.split(\"\\n\");\n\n\t\tif (yankLines.length === 1) {\n\t\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\t\tconst deleteLen = yankedText.length;\n\t\t\tconst before = currentLine.slice(0, this.state.cursorCol - deleteLen);\n\t\t\tconst after = currentLine.slice(this.state.cursorCol);\n\t\t\tthis.state.lines[this.state.cursorLine] = before + after;\n\t\t\tthis.setCursorCol(this.state.cursorCol - deleteLen);\n\t\t} else {\n\t\t\tconst startLine = this.state.cursorLine - (yankLines.length - 1);\n\t\t\tconst startCol = (this.state.lines[startLine] || \"\").length - (yankLines[0] || \"\").length;\n\n\t\t\t// Get text after cursor on current line\n\t\t\tconst afterCursor = (this.state.lines[this.state.cursorLine] || \"\").slice(this.state.cursorCol);\n\n\t\t\t// Get text before yank start position\n\t\t\tconst beforeYank = (this.state.lines[startLine] || \"\").slice(0, startCol);\n\n\t\t\t// Remove all lines from startLine to cursorLine and replace with merged line\n\t\t\tthis.state.lines.splice(startLine, yankLines.length, beforeYank + afterCursor);\n\n\t\t\t// Update cursor\n\t\t\tthis.state.cursorLine = startLine;\n\t\t\tthis.setCursorCol(startCol);\n\t\t}\n\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\t}\n\n\tprivate pushUndoSnapshot(): void {\n\t\tthis.undoStack.push({\n\t\t\tlines: this.state.lines,\n\t\t\tcursorLine: this.state.cursorLine,\n\t\t\tcursorCol: this.state.cursorCol,\n\t\t\tpastes: this.pastes,\n\t\t\tpasteCounter: this.pasteCounter,\n\t\t});\n\t}\n\n\tprivate undo(): void {\n\t\tthis.historyIndex = -1; // Exit history browsing mode\n\t\tconst snapshot = this.undoStack.pop();\n\t\tif (!snapshot) return;\n\t\tthis.state = {\n\t\t\tlines: snapshot.lines,\n\t\t\tcursorLine: snapshot.cursorLine,\n\t\t\tcursorCol: snapshot.cursorCol,\n\t\t};\n\t\tthis.pastes = new Map(snapshot.pastes);\n\t\tthis.pasteCounter = snapshot.pasteCounter;\n\t\tthis.lastAction = null;\n\t\tthis.preferredVisualCol = null;\n\t\tif (this.onChange) {\n\t\t\tthis.onChange(this.getText());\n\t\t}\n\t\tthis.refreshAutocompleteAfterEdit();\n\t}\n\n\t/**\n\t * Jump to the first occurrence of a character in the specified direction.\n\t * Multi-line search. Case-sensitive. Skips the current cursor position.\n\t */\n\tprivate jumpToChar(char: string, direction: \"forward\" | \"backward\"): void {\n\t\tthis.lastAction = null;\n\t\tconst isForward = direction === \"forward\";\n\t\tconst lines = this.state.lines;\n\n\t\tconst end = isForward ? lines.length : -1;\n\t\tconst step = isForward ? 1 : -1;\n\n\t\tfor (let lineIdx = this.state.cursorLine; lineIdx !== end; lineIdx += step) {\n\t\t\tconst line = lines[lineIdx] || \"\";\n\t\t\tconst isCurrentLine = lineIdx === this.state.cursorLine;\n\n\t\t\tconst searchFrom = isCurrentLine\n\t\t\t\t? isForward\n\t\t\t\t\t? this.state.cursorCol + 1\n\t\t\t\t\t: this.state.cursorCol - 1\n\t\t\t\t: undefined;\n\n\t\t\tconst idx = isForward ? line.indexOf(char, searchFrom) : line.lastIndexOf(char, searchFrom);\n\n\t\t\tif (idx !== -1) {\n\t\t\t\tthis.state.cursorLine = lineIdx;\n\t\t\t\tthis.setCursorCol(idx);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t}\n\n\tprivate moveWordForwards(): void {\n\t\tthis.lastAction = null;\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\n\t\tif (this.state.cursorCol >= currentLine.length) {\n\t\t\tif (this.state.cursorLine < this.state.lines.length - 1) {\n\t\t\t\tthis.state.cursorLine++;\n\t\t\t\tthis.setCursorCol(0);\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\n\t\tconst textAfterCursor = currentLine.slice(this.state.cursorCol);\n\t\tconst segments = this.segment(textAfterCursor);\n\t\tconst iterator = segments[Symbol.iterator]();\n\t\tlet next = iterator.next();\n\t\tlet newCol = this.state.cursorCol;\n\n\t\twhile (!next.done && !isAtomicMarker(next.value.segment) && isWhitespaceChar(next.value.segment)) {\n\t\t\tnewCol += next.value.segment.length;\n\t\t\tnext = iterator.next();\n\t\t}\n\n\t\tif (!next.done) {\n\t\t\tconst firstGrapheme = next.value.segment;\n\t\t\tif (isAtomicMarker(firstGrapheme)) {\n\t\t\t\tnewCol += firstGrapheme.length;\n\t\t\t} else if (isPunctuationChar(firstGrapheme)) {\n\t\t\t\twhile (!next.done && isPunctuationChar(next.value.segment) && !isAtomicMarker(next.value.segment)) {\n\t\t\t\t\tnewCol += next.value.segment.length;\n\t\t\t\t\tnext = iterator.next();\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile (\n\t\t\t\t\t!next.done &&\n\t\t\t\t\t!isWhitespaceChar(next.value.segment) &&\n\t\t\t\t\t!isPunctuationChar(next.value.segment) &&\n\t\t\t\t\t!isAtomicMarker(next.value.segment)\n\t\t\t\t) {\n\t\t\t\t\tnewCol += next.value.segment.length;\n\t\t\t\t\tnext = iterator.next();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.setCursorCol(newCol);\n\t}\n\n\tprivate getCurrentSlashCommandContext(): SlashCommandContext | null {\n\t\treturn getSlashCommandContext(this.state.lines, this.state.cursorLine, this.state.cursorCol);\n\t}\n\n\t/**\n\t * Find the best autocomplete item index for the given prefix.\n\t * Returns -1 if no match is found.\n\t *\n\t * Match priority:\n\t * 1. Exact match (prefix === item.value) -> always selected\n\t * 2. Prefix match -> first item whose value starts with prefix\n\t * 3. No match -> -1 (keep default highlight)\n\t *\n\t * Matching is case-sensitive and checks item.value only.\n\t */\n\tprivate getBestAutocompleteMatchIndex(items: Array<{ value: string; label: string }>, prefix: string): number {\n\t\tif (!prefix) return -1;\n\n\t\tlet firstPrefixIndex = -1;\n\n\t\tfor (let i = 0; i < items.length; i++) {\n\t\t\tconst value = items[i]!.value;\n\t\t\tif (value === prefix) {\n\t\t\t\treturn i; // Exact match always wins\n\t\t\t}\n\t\t\tif (firstPrefixIndex === -1 && value.startsWith(prefix)) {\n\t\t\t\tfirstPrefixIndex = i;\n\t\t\t}\n\t\t}\n\n\t\treturn firstPrefixIndex;\n\t}\n\n\tprivate createAutocompleteList(suggestions: AutocompleteSuggestions): SelectList {\n\t\tconst layout =\n\t\t\tsuggestions.kind === \"slash-command\" || (suggestions.kind === undefined && suggestions.prefix.startsWith(\"/\"))\n\t\t\t\t? SLASH_COMMAND_SELECT_LIST_LAYOUT\n\t\t\t\t: undefined;\n\t\treturn new SelectList(suggestions.items, this.autocompleteMaxVisible, this.theme.selectList, layout);\n\t}\n\n\tprivate tryTriggerAutocomplete(explicitTab: boolean = false): void {\n\t\tthis.requestAutocomplete({ force: false, explicitTab });\n\t}\n\n\tprivate handleTabCompletion(): void {\n\t\tif (!this.autocompleteProvider) return;\n\n\t\tif (this.getCurrentSlashCommandContext()?.kind === \"name\") {\n\t\t\tthis.handleSlashCommandCompletion();\n\t\t} else {\n\t\t\tthis.forceFileAutocomplete(true);\n\t\t}\n\t}\n\n\tprivate handleSlashCommandCompletion(): void {\n\t\tthis.requestAutocomplete({ force: false, explicitTab: true });\n\t}\n\n\tprivate forceFileAutocomplete(explicitTab: boolean = false): void {\n\t\tthis.requestAutocomplete({ force: true, explicitTab });\n\t}\n\n\tprivate requestAutocomplete(options: { force: boolean; explicitTab: boolean }): void {\n\t\tif (!this.autocompleteProvider) return;\n\n\t\tif (options.force) {\n\t\t\tconst shouldTrigger =\n\t\t\t\t!this.autocompleteProvider.shouldTriggerFileCompletion ||\n\t\t\t\tthis.autocompleteProvider.shouldTriggerFileCompletion(\n\t\t\t\t\tthis.state.lines,\n\t\t\t\t\tthis.state.cursorLine,\n\t\t\t\t\tthis.state.cursorCol,\n\t\t\t\t);\n\t\t\tif (!shouldTrigger) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\tthis.cancelAutocompleteRequest();\n\t\tconst startToken = ++this.autocompleteStartToken;\n\n\t\tconst debounceMs = this.getAutocompleteDebounceMs(options);\n\t\tif (debounceMs > 0) {\n\t\t\tthis.autocompleteDebounceTimer = setTimeout(() => {\n\t\t\t\tthis.autocompleteDebounceTimer = undefined;\n\t\t\t\tvoid this.startAutocompleteRequest(startToken, options);\n\t\t\t}, debounceMs);\n\t\t\treturn;\n\t\t}\n\n\t\tvoid this.startAutocompleteRequest(startToken, options);\n\t}\n\n\tprivate async startAutocompleteRequest(\n\t\tstartToken: number,\n\t\toptions: { force: boolean; explicitTab: boolean },\n\t): Promise<void> {\n\t\tconst previousTask = this.autocompleteRequestTask;\n\t\tthis.autocompleteRequestTask = (async () => {\n\t\t\tawait previousTask;\n\t\t\tif (startToken !== this.autocompleteStartToken || !this.autocompleteProvider) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tconst controller = new AbortController();\n\t\t\tthis.autocompleteAbort = controller;\n\t\t\tconst requestId = ++this.autocompleteRequestId;\n\t\t\tconst snapshotText = this.getText();\n\t\t\tconst snapshotLine = this.state.cursorLine;\n\t\t\tconst snapshotCol = this.state.cursorCol;\n\n\t\t\tawait this.runAutocompleteRequest(requestId, controller, snapshotText, snapshotLine, snapshotCol, options);\n\t\t})();\n\t\tawait this.autocompleteRequestTask;\n\t}\n\n\tprivate getAutocompleteDebounceMs(options: { force: boolean; explicitTab: boolean }): number {\n\t\tif (options.explicitTab || options.force) {\n\t\t\treturn 0;\n\t\t}\n\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\tconst textBeforeCursor = currentLine.slice(0, this.state.cursorCol);\n\t\tconst isSymbolAutocompleteContext = /(?:^|[ \\t])(?:@(?:\"[^\"]*|[^\\s]*)|#[^\\s]*)$/.test(textBeforeCursor);\n\t\treturn isSymbolAutocompleteContext ? ATTACHMENT_AUTOCOMPLETE_DEBOUNCE_MS : 0;\n\t}\n\n\tprivate async runAutocompleteRequest(\n\t\trequestId: number,\n\t\tcontroller: AbortController,\n\t\tsnapshotText: string,\n\t\tsnapshotLine: number,\n\t\tsnapshotCol: number,\n\t\toptions: { force: boolean; explicitTab: boolean },\n\t): Promise<void> {\n\t\tif (!this.autocompleteProvider) return;\n\n\t\tconst suggestions = await this.autocompleteProvider.getSuggestions(\n\t\t\tthis.state.lines,\n\t\t\tthis.state.cursorLine,\n\t\t\tthis.state.cursorCol,\n\t\t\t{ signal: controller.signal, force: options.force },\n\t\t);\n\n\t\tif (!this.isAutocompleteRequestCurrent(requestId, controller, snapshotText, snapshotLine, snapshotCol)) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.autocompleteAbort = undefined;\n\n\t\tif (!suggestions || !Array.isArray(suggestions.items) || suggestions.items.length === 0) {\n\t\t\tthis.cancelAutocomplete();\n\t\t\tthis.tui.requestRender();\n\t\t\treturn;\n\t\t}\n\n\t\tif (options.force && options.explicitTab && suggestions.items.length === 1) {\n\t\t\tconst item = suggestions.items[0]!;\n\t\t\tthis.pushUndoSnapshot();\n\t\t\tthis.lastAction = null;\n\t\t\tconst result = this.autocompleteProvider.applyCompletion(\n\t\t\t\tthis.state.lines,\n\t\t\t\tthis.state.cursorLine,\n\t\t\t\tthis.state.cursorCol,\n\t\t\t\titem,\n\t\t\t\tsuggestions.prefix,\n\t\t\t);\n\t\t\tthis.state.lines = result.lines;\n\t\t\tthis.state.cursorLine = result.cursorLine;\n\t\t\tthis.setCursorCol(result.cursorCol);\n\t\t\tif (this.onChange) this.onChange(this.getText());\n\t\t\tthis.tui.requestRender();\n\t\t\treturn;\n\t\t}\n\n\t\tthis.applyAutocompleteSuggestions(suggestions, options.force ? \"force\" : \"regular\");\n\t\tthis.tui.requestRender();\n\t}\n\n\tprivate isAutocompleteRequestCurrent(\n\t\trequestId: number,\n\t\tcontroller: AbortController,\n\t\tsnapshotText: string,\n\t\tsnapshotLine: number,\n\t\tsnapshotCol: number,\n\t): boolean {\n\t\treturn (\n\t\t\t!controller.signal.aborted &&\n\t\t\trequestId === this.autocompleteRequestId &&\n\t\t\tthis.getText() === snapshotText &&\n\t\t\tthis.state.cursorLine === snapshotLine &&\n\t\t\tthis.state.cursorCol === snapshotCol\n\t\t);\n\t}\n\n\tprivate applyAutocompleteSuggestions(suggestions: AutocompleteSuggestions, state: \"regular\" | \"force\"): void {\n\t\tthis.autocompletePrefix = suggestions.prefix;\n\t\tthis.autocompleteKind = suggestions.kind;\n\t\tthis.autocompleteList = this.createAutocompleteList(suggestions);\n\n\t\tconst matchingPrefix = suggestions.kind === \"slash-command\" ? suggestions.prefix.slice(1) : suggestions.prefix;\n\t\tconst bestMatchIndex = this.getBestAutocompleteMatchIndex(suggestions.items, matchingPrefix);\n\t\tif (bestMatchIndex >= 0) {\n\t\t\tthis.autocompleteList.setSelectedIndex(bestMatchIndex);\n\t\t}\n\n\t\tthis.autocompleteState = state;\n\t\tif (!this.autocompleteOverlay) {\n\t\t\tthis.autocompleteOverlay = this.tui.showOverlay(this.autocompleteOverlayComponent, {\n\t\t\t\twidth: \"100%\",\n\t\t\t\taboveMarker: this.autocompleteAnchorMarker,\n\t\t\t\toffsetY: -1,\n\t\t\t\tnonCapturing: true,\n\t\t\t\tvisible: () => this.focused && this.autocompleteState !== null,\n\t\t\t});\n\t\t}\n\t}\n\n\tprivate cancelAutocompleteRequest(): void {\n\t\tthis.autocompleteStartToken += 1;\n\t\tif (this.autocompleteDebounceTimer) {\n\t\t\tclearTimeout(this.autocompleteDebounceTimer);\n\t\t\tthis.autocompleteDebounceTimer = undefined;\n\t\t}\n\t\tthis.autocompleteAbort?.abort();\n\t\tthis.autocompleteAbort = undefined;\n\t}\n\n\tprivate clearAutocompleteUi(): void {\n\t\tthis.autocompleteOverlay?.hide();\n\t\tthis.autocompleteOverlay = undefined;\n\t\tthis.autocompleteState = null;\n\t\tthis.autocompleteList = undefined;\n\t\tthis.autocompletePrefix = \"\";\n\t\tthis.autocompleteKind = undefined;\n\t}\n\n\tprotected cancelAutocomplete(): void {\n\t\tthis.cancelAutocompleteRequest();\n\t\tthis.clearAutocompleteUi();\n\t}\n\n\tpublic isShowingAutocomplete(): boolean {\n\t\treturn this.autocompleteState !== null;\n\t}\n\n\tprivate refreshAutocompleteAfterEdit(retrigger = false): void {\n\t\tconst currentLine = this.state.lines[this.state.cursorLine] || \"\";\n\t\tconst textBeforeCursor = currentLine.slice(0, this.state.cursorCol);\n\t\tconst hasCompletionContext =\n\t\t\tthis.getCurrentSlashCommandContext() !== null || /(?:^|[\\s])[@#][^\\s]*$/.test(textBeforeCursor);\n\n\t\tif (this.autocompleteState) {\n\t\t\tif (this.getText().trim().length === 0 || (this.autocompleteState === \"regular\" && !hasCompletionContext)) {\n\t\t\t\tthis.cancelAutocomplete();\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tthis.updateAutocomplete();\n\t\t\treturn;\n\t\t}\n\n\t\tif (retrigger && hasCompletionContext) {\n\t\t\tthis.tryTriggerAutocomplete();\n\t\t}\n\t}\n\n\tprivate updateAutocomplete(): void {\n\t\tif (!this.autocompleteState || !this.autocompleteProvider) return;\n\t\tthis.requestAutocomplete({ force: this.autocompleteState === \"force\", explicitTab: false });\n\t}\n}\n"]}
|