about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/local/pager.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local/pager.nim b/src/local/pager.nim
index 8e828190..05ebe376 100644
--- a/src/local/pager.nim
+++ b/src/local/pager.nim
@@ -449,7 +449,7 @@ proc draw*(pager: Pager) =
   else:
     pager.term.writeGrid(pager.statusgrid, 0, pager.attrs.height - 1)
   pager.term.outputGrid()
-  if container != nil:
+  if container != nil and pager.redraw:
     pager.term.clearImages()
     for image in container.images:
       pager.term.outputImage(image.bmp, image.x - container.fromx,