aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-02-21 03:02:26 +0000
committerGitHub <noreply@github.com>2021-02-21 03:02:26 +0000
commitfed27f501bee150dd1e41b4d4f0ca7121f7f669e (patch)
treea427842ca43f94ad82816a1876fabb517d1ea45f /rc.c
parentUpdate ChangeLog (diff)
parentConvert images to PNG for kitty with ImageMagick (diff)
downloadw3m-fed27f501bee150dd1e41b4d4f0ca7121f7f669e.tar.gz
w3m-fed27f501bee150dd1e41b4d4f0ca7121f7f669e.zip
Merge pull request #168 from bptato/inlineimages
Improved iTerm2 image display + initial kitty image support
Diffstat (limited to 'rc.c')
-rw-r--r--rc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.c b/rc.c
index 3c72ffb..308bd55 100644
--- a/rc.c
+++ b/rc.c
@@ -374,6 +374,7 @@ static struct sel_c inlineimgstr[] = {
{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)")},
+ {N_S(INLINE_IMG_KITTY), N_("kitty (ImageMagick)")},
{0, NULL, NULL}
};
#endif /* USE_IMAGE */