()
| 188 | } |
| 189 | |
| 190 | func getTabBackground() string { |
| 191 | config := wconfig.GetWatcher().GetFullConfig() |
| 192 | if config.Settings.TabBackground != "" { |
| 193 | return config.Settings.TabBackground |
| 194 | } |
| 195 | return config.Settings.TabPreset |
| 196 | } |
| 197 | |
| 198 | var tabNameRe = regexp.MustCompile(`^T(\d+)$`) |
| 199 |
no test coverage detected