From a9d88588090c13e056e497d30b4caaae7e461ab3 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 6 Feb 2021 13:09:29 +0900 Subject: Update option setting strings for inline image display method --- rc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rc.c') diff --git a/rc.c b/rc.c index a265fdc..35e262c 100644 --- a/rc.c +++ b/rc.c @@ -367,9 +367,9 @@ static struct sel_c graphic_char_str[] = { #ifdef USE_IMAGE static struct sel_c inlineimgstr[] = { {N_S(INLINE_IMG_NONE), N_("external command")}, - {N_S(INLINE_IMG_OSC5379), N_("mlterm")}, - {N_S(INLINE_IMG_SIXEL), N_("sixel")}, - {N_S(INLINE_IMG_ITERM2), N_("iterm2")}, + {N_S(INLINE_IMG_OSC5379), N_("OSC 5379 (mlterm)")}, + {N_S(INLINE_IMG_SIXEL), N_("sixel (img2sixel)")}, + {N_S(INLINE_IMG_ITERM2), N_("OSC 1337 (iTerm2)")}, {0, NULL, NULL} }; #endif /* USE_IMAGE */ -- cgit v1.2.3