Update ink version to 6.6.9

This commit is contained in:
jacob314
2026-04-08 15:14:56 -07:00
parent 8b01d78512
commit 0213621541
4 changed files with 12 additions and 40 deletions
@@ -1849,7 +1849,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
? `line-${item.absoluteVisualIdx}`
: `ghost-${item.index}`
}
width={inputWidth}
width={inputWidth + 1 /* space for scrollbar */}
backgroundColor={listBackgroundColor}
containerHeight={Math.min(
buffer.viewportHeight,