diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-21 03:02:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 03:02:26 +0000 |
commit | fed27f501bee150dd1e41b4d4f0ca7121f7f669e (patch) | |
tree | a427842ca43f94ad82816a1876fabb517d1ea45f /fm.h | |
parent | Update ChangeLog (diff) | |
parent | Convert images to PNG for kitty with ImageMagick (diff) | |
download | w3m-fed27f501bee150dd1e41b4d4f0ca7121f7f669e.tar.gz w3m-fed27f501bee150dd1e41b4d4f0ca7121f7f669e.zip |
Merge pull request #168 from bptato/inlineimages
Improved iTerm2 image display + initial kitty image support
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -316,6 +316,7 @@ extern int REV_LB[]; #define INLINE_IMG_OSC5379 1 #define INLINE_IMG_SIXEL 2 #define INLINE_IMG_ITERM2 3 +#define INLINE_IMG_KITTY 4 /* * Types. |