Notify trying to load 256 colour theme in incapable terminal

This commit is contained in:
Michael Vetter
2019-08-23 14:24:44 +02:00
parent 42fb1935c4
commit c2a565c2ec
2 changed files with 9 additions and 1 deletions

View File

@@ -52,6 +52,7 @@
#include "config/theme.h"
#include "config/preferences.h"
#include "config/color.h"
#include "ui/ui.h"
static GString *theme_loc;
static GKeyFile *theme;
@@ -809,7 +810,7 @@ theme_attrs(theme_item_t attrs)
// lookup colour pair
result = color_pair_cache_get(lookup_str->str);
if (result < 0) {
log_error("Invalid color <%s>", lookup_str->str);
cons_show("Unable to load colour theme");
result = 0;
}
g_string_free(lookup_str, TRUE);