diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-06 04:09:29 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-06 04:09:29 +0000 | 
| commit | a9d88588090c13e056e497d30b4caaae7e461ab3 (patch) | |
| tree | 3527f8f818dc38787cda7fe48c8111d5c1500f1c | |
| parent | Merge pull request #161 from bptato/master (diff) | |
| download | w3m-a9d88588090c13e056e497d30b4caaae7e461ab3.tar.gz w3m-a9d88588090c13e056e497d30b4caaae7e461ab3.zip  | |
Update option setting strings for inline image display method
Diffstat (limited to '')
| -rw-r--r-- | rc.c | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -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 */  | 
