aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-02-02 14:06:53 +0000
committerbptato <nincsnevem662@gmail.com>2021-02-02 14:06:53 +0000
commitc5cd2b5716b999c32b120b220846e57a3f67e260 (patch)
treec9c953d3fead431e0a30399f18cb6a3f73f4541c /fm.h
parentUpdate ChangeLog (diff)
downloadw3m-c5cd2b5716b999c32b120b220846e57a3f67e260.tar.gz
w3m-c5cd2b5716b999c32b120b220846e57a3f67e260.zip
sixel and osc5379 image display protocols can be chosen in options
Diffstat (limited to '')
-rw-r--r--fm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fm.h b/fm.h
index 0cd8235..a80e5f9 100644
--- a/fm.h
+++ b/fm.h
@@ -312,6 +312,10 @@ extern int REV_LB[];
#define EOL(l) (&(l)->ptr[(l)->length])
#define IS_EOL(p,l) ((p)==&(l)->ptr[(l)->length])
+#define INLINE_IMG_NONE 0
+#define INLINE_IMG_OSC5379 1
+#define INLINE_IMG_SIXEL 2
+
/*
* Types.
*/