| 56 | var ToolbarSeparator = richSymbols["toolbar.separator"] |
| 57 | |
| 58 | type ToolbarState interface { |
| 59 | TurnCountValue() int |
| 60 | TokenTotals() (int, int) |
| 61 | YoloEnabled() bool |
| 62 | } |
| 63 | |
| 64 | func DetectDisplayMode(encoding string) string { |
| 65 | normalized := strings.ToLower(strings.TrimSpace(encoding)) |
no outgoing calls
no test coverage detected