From f4268d8d18e57952b046c1bb6ab2aeeac145c310 Mon Sep 17 00:00:00 2001 From: Araki Ken Date: Tue, 29 Jan 2013 00:27:27 +0900 Subject: Support remote image by OSC 5379 show_picture sequence. --- fm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fm.h') diff --git a/fm.h b/fm.h index 49af0e4..75d3869 100644 --- a/fm.h +++ b/fm.h @@ -373,6 +373,8 @@ typedef struct _imageCache { int index; short width; short height; + short a_width; + short a_height; } ImageCache; typedef struct _image { @@ -919,6 +921,7 @@ global char *CurrentKeyData; global char *CurrentCmdData; global char *w3m_reqlog; extern char *w3m_version; +extern int support_remote_image; #define DUMP_BUFFER 0x01 #define DUMP_HEAD 0x02 -- cgit v1.2.3