Avoid having external programs download images

This commit is contained in:
bptato
2021-02-02 16:40:27 +01:00
parent c5cd2b5716
commit f88e49826d
2 changed files with 28 additions and 15 deletions

2
rc.c
View File

@@ -367,7 +367,7 @@ static struct sel_c graphic_char_str[] = {
#ifdef USE_IMAGE
static struct sel_c inlineimgstr[] = {
{N_S(INLINE_IMG_NONE), N_("none")},
{N_S(INLINE_IMG_OSC5379), N_("mlterm osc 5379")},
{N_S(INLINE_IMG_OSC5379), N_("mlterm")},
{N_S(INLINE_IMG_SIXEL), N_("sixel")},
{0, NULL, NULL}
};