diff options
| author | adamdottv <[email protected]> | 2025-05-05 07:04:33 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-05 07:04:33 -0500 |
| commit | 167eb9ddfa366f38b72362624c4b28ac587cfce6 (patch) | |
| tree | a946be679877cfb1b51e7d16ebbf0dfd992e2dd5 /internal/tui/styles | |
| parent | fba344718f0c83285e7268f40cc527f2c700693b (diff) | |
| download | opencode-167eb9ddfa366f38b72362624c4b28ac587cfce6.tar.gz opencode-167eb9ddfa366f38b72362624c4b28ac587cfce6.zip | |
fix: diagnostics visual in status bar
Diffstat (limited to 'internal/tui/styles')
| -rw-r--r-- | internal/tui/styles/icons.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/styles/icons.go b/internal/tui/styles/icons.go index 684ca7152..64d73dd37 100644 --- a/internal/tui/styles/icons.go +++ b/internal/tui/styles/icons.go @@ -3,7 +3,7 @@ package styles const ( OpenCodeIcon string = "ⓒ" - ErrorIcon string = "ⓧ" + ErrorIcon string = "ⓔ" WarningIcon string = "ⓦ" InfoIcon string = "ⓘ" HintIcon string = "ⓗ" |
