diff options
| -rw-r--r-- | terms.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -467,6 +467,7 @@ writestr(char *s)  #define MOVE(line,column)       writestr(tgoto(T_cm,column,line)); +#ifdef USE_IMAGE  void  put_image_osc5379(char *url, int x, int y, int w, int h, int sx, int sy, int sw, int sh, int n_terminal_image)  { @@ -720,6 +721,7 @@ get_pixel_per_cell(int *ppc, int *ppl)      return 0;  } +#endif				/* USE_IMAGE */  #ifdef USE_MOUSE  #define W3M_TERM_INFO(name, title, mouse)	name, title, mouse | 
