mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 18:26:09 +00:00
fix(tui): space background shell status
This commit is contained in:
committed by
𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴
parent
4df54601df
commit
746f941b40
@@ -2350,14 +2350,16 @@ function Shell(props: ToolProps) {
|
||||
)
|
||||
}
|
||||
>
|
||||
<box flexDirection="row" gap={1} minWidth={0} paddingRight={1}>
|
||||
<box flexDirection="row" minWidth={0} paddingRight={1}>
|
||||
<Show when={isRunning()}>
|
||||
<Spinner color={color()} />
|
||||
<text> </text>
|
||||
</Show>
|
||||
<text flexShrink={1} wrapMode="none" truncate fg={theme.text}>
|
||||
{input()}
|
||||
</text>
|
||||
<Show when={shellID()}>
|
||||
<text> </text>
|
||||
<StatusBadge>Background</StatusBadge>
|
||||
</Show>
|
||||
</box>
|
||||
|
||||
Reference in New Issue
Block a user