We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c526e2d commit a803cf8Copy full SHA for a803cf8
packages/opencode/src/cli/cmd/tui/component/prompt/autocomplete.tsx
@@ -700,6 +700,8 @@ export function Autocomplete(props: {
700
paddingRight={1}
701
backgroundColor={index === store.selected ? theme.primary : undefined}
702
flexDirection="row"
703
+ onMouseOver={() => moveTo(index)}
704
+ onMouseUp={() => select()}
705
>
706
<text fg={index === store.selected ? selectedForeground(theme) : theme.text} flexShrink={0}>
707
{option().display}
0 commit comments