diff options
| author | adamdottv <[email protected]> | 2025-06-17 07:09:04 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-06-17 07:09:04 -0500 |
| commit | a5da5127faffacd7703fc0dde061ef1f490d3dce (patch) | |
| tree | ab9c65d0eb45ab9fdc326187ca5881dc9b10936e /packages/tui/internal/styles | |
| parent | b5a4439704c70a17d661f1984bb030d5325d141a (diff) | |
| download | opencode-a5da5127faffacd7703fc0dde061ef1f490d3dce.tar.gz opencode-a5da5127faffacd7703fc0dde061ef1f490d3dce.zip | |
chore: consolidate chat page into tui.go
Diffstat (limited to 'packages/tui/internal/styles')
| -rw-r--r-- | packages/tui/internal/styles/icons.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/tui/internal/styles/icons.go b/packages/tui/internal/styles/icons.go deleted file mode 100644 index 8ff5fe8bf..000000000 --- a/packages/tui/internal/styles/icons.go +++ /dev/null @@ -1,12 +0,0 @@ -package styles - -const ( - OpenCodeIcon string = "◍" - - ErrorIcon string = "ⓔ" - WarningIcon string = "ⓦ" - InfoIcon string = "ⓘ" - HintIcon string = "ⓗ" - SpinnerIcon string = "⟳" - DocumentIcon string = "🖼" -) |
