sixel and osc5379 image display protocols can be chosen in options

This commit is contained in:
bptato
2021-02-02 15:06:53 +01:00
parent 64b0d8cafe
commit c5cd2b5716
4 changed files with 47 additions and 28 deletions

4
fm.h
View File

@@ -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.
*/