We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bcd04 commit ad27427Copy full SHA for ad27427
1 file changed
packages/opencode/src/cli/cmd/tui/routes/session/question.tsx
@@ -366,6 +366,8 @@ export function QuestionPrompt(props: { request: QuestionRequest }) {
366
}}
367
initialValue={input()}
368
placeholder="Type your own answer"
369
+ minHeight={1}
370
+ maxHeight={6}
371
textColor={theme.text}
372
focusedTextColor={theme.text}
373
cursorColor={theme.primary}
0 commit comments