diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-03 15:20:15 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-03 17:23:41 +0200 |
| commit | cfdd687216799cb5b47f099f1e7cd5dd16b3bdd0 (patch) | |
| tree | a822bfde1463a7080c0ea06dd17796d7a1617d3d /internal/tui/styles | |
| parent | afd9ad0560d76c2a6d161dad52553b10ff428905 (diff) | |
| download | opencode-cfdd687216799cb5b47f099f1e7cd5dd16b3bdd0.tar.gz opencode-cfdd687216799cb5b47f099f1e7cd5dd16b3bdd0.zip | |
add initial lsp support
Diffstat (limited to 'internal/tui/styles')
| -rw-r--r-- | internal/tui/styles/icons.go | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/internal/tui/styles/icons.go b/internal/tui/styles/icons.go index d3dcc0c56..f641984e7 100644 --- a/internal/tui/styles/icons.go +++ b/internal/tui/styles/icons.go @@ -9,8 +9,11 @@ const ( UserIcon string = "" CheckIcon string = "✓" - ErrorIcon string = "✗" + ErrorIcon string = "" + WarningIcon string = "" + InfoIcon string = "" + HintIcon string = "" SpinnerIcon string = "..." - - SleepIcon string = "" + BugIcon string = "" + SleepIcon string = "" ) |
