diff --git a/libs/img.c b/libs/img.c index 7fa63e1..16361c2 100644 --- a/libs/img.c +++ b/libs/img.c @@ -38,6 +38,10 @@ void drawimage(void) { int width = 0, height = 0; char *limg = NULL; + if (fullscreen && !image) { + togglefullimg(NULL); + } + if (!lines || !columns || hideimage) return; // load image cache