diff options
author | Araki Ken <arakiken@users.sf.net> | 2013-02-02 07:32:37 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-12-06 11:47:04 +0000 |
commit | 147ef0048b9a50122e7865f36c97616b94ada76f (patch) | |
tree | 89bd2d84ee3b5530530928fd929e0a4b38345130 /fm.h | |
parent | Support remote image by OSC 5379 show_picture sequence. (diff) | |
download | w3m-147ef0048b9a50122e7865f36c97616b94ada76f.tar.gz w3m-147ef0048b9a50122e7865f36c97616b94ada76f.zip |
- Adjust the image size to the terminal cell size. - If the image size is specified in html source, skip to load the image.
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1177,9 +1177,11 @@ global char *ssl_forbid_method init("2, 3"); global int is_redisplay init(FALSE); global int clear_buffer init(TRUE); global double pixel_per_char init(DEFAULT_PIXEL_PER_CHAR); +global int pixel_per_char_i init(DEFAULT_PIXEL_PER_CHAR); global int set_pixel_per_char init(FALSE); #ifdef USE_IMAGE global double pixel_per_line init(DEFAULT_PIXEL_PER_LINE); +global int pixel_per_line_i init(DEFAULT_PIXEL_PER_LINE); global int set_pixel_per_line init(FALSE); global double image_scale init(100); #endif |