aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-02-02 15:40:27 +0000
committerbptato <nincsnevem662@gmail.com>2021-02-02 15:40:27 +0000
commitf88e49826dc45f5852d678cb268fc595cd848b1b (patch)
treeb4ab485b5e4cd951ed5d1b7471cee9d832ce3195 /rc.c
parentsixel and osc5379 image display protocols can be chosen in options (diff)
downloadw3m-f88e49826dc45f5852d678cb268fc595cd848b1b.tar.gz
w3m-f88e49826dc45f5852d678cb268fc595cd848b1b.zip
Avoid having external programs download images
Diffstat (limited to 'rc.c')
-rw-r--r--rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.c b/rc.c
index 656f83a..d015d31 100644
--- a/rc.c
+++ b/rc.c
@@ -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}
};