From 147ef0048b9a50122e7865f36c97616b94ada76f Mon Sep 17 00:00:00 2001 From: Araki Ken Date: Sat, 2 Feb 2013 16:32:37 +0900 Subject: - Adjust the image size to the terminal cell size. - If the image size is specified in html source, skip to load the image. --- fm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fm.h') diff --git a/fm.h b/fm.h index 75d3869..b6cedcf 100644 --- a/fm.h +++ b/fm.h @@ -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 -- cgit v1.2.3