diff options
author | Araki Ken <arakiken@users.sf.net> | 2014-09-22 11:16:39 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-12-06 11:47:05 +0000 |
commit | 2fe66f3a6f1b1fd28424a2f14beebdd535e9d17b (patch) | |
tree | 546648d217e82e218d22d20e90cc46acc2bd0e72 /fm.h | |
parent | Don't download image files whose size is specified in <img> tag. (diff) | |
download | w3m-2fe66f3a6f1b1fd28424a2f14beebdd535e9d17b.tar.gz w3m-2fe66f3a6f1b1fd28424a2f14beebdd535e9d17b.zip |
Add -sixel option which supports image processing by img2sixel.
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -921,7 +921,7 @@ global char *CurrentKeyData; global char *CurrentCmdData; global char *w3m_reqlog; extern char *w3m_version; -extern int support_remote_image; +extern int enable_inline_image; #define DUMP_BUFFER 0x01 #define DUMP_HEAD 0x02 |