diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-19 15:15:29 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-21 13:42:29 +0200 |
| commit | 2b5a33e476ae3c6b5c6345777d20792786836dda (patch) | |
| tree | ca22c0a7d6c8f73a21e2b67f31b927b7df187d4d /internal/tui/styles | |
| parent | bf8cd3bd128d97cf93fcd1481c37db0e46945fd2 (diff) | |
| download | opencode-2b5a33e476ae3c6b5c6345777d20792786836dda.tar.gz opencode-2b5a33e476ae3c6b5c6345777d20792786836dda.zip | |
lsp improvements
Diffstat (limited to 'internal/tui/styles')
| -rw-r--r-- | internal/tui/styles/icons.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/tui/styles/icons.go b/internal/tui/styles/icons.go index dd5f4dc51..96d1b8976 100644 --- a/internal/tui/styles/icons.go +++ b/internal/tui/styles/icons.go @@ -6,7 +6,8 @@ const ( CheckIcon string = "✓" ErrorIcon string = "✖" WarningIcon string = "⚠" - InfoIcon string = "" + InfoIcon string = "" HintIcon string = "i" SpinnerIcon string = "..." -) + LoadingIcon string = "⟳" +)
\ No newline at end of file |
