From 1cc605025a5f295642baa8819d494ba221df02bc Mon Sep 17 00:00:00 2001 From: Olusammytee Date: Sat, 21 Feb 2026 15:45:22 -0500 Subject: [PATCH 1/2] fix(tui): keep prompt border continuous in compact terminals --- packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx index d59e683799..e28ab95d97 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -807,7 +807,7 @@ export function Prompt(props: PromptProps) { customBorderChars={{ ...EmptyBorder, vertical: "┃", - bottomLeft: "╹", + bottomLeft: "┃", // kilocode_change }} > Date: Sun, 22 Feb 2026 11:42:47 -0500 Subject: [PATCH 2/2] style(tui): remove temporary border change comments --- packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx index e28ab95d97..17aefed434 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -807,7 +807,7 @@ export function Prompt(props: PromptProps) { customBorderChars={{ ...EmptyBorder, vertical: "┃", - bottomLeft: "┃", // kilocode_change + bottomLeft: "┃", }} >