aboutsummaryrefslogtreecommitdiffstats
path: root/thumbnailer.go
diff options
context:
space:
mode:
Diffstat (limited to 'thumbnailer.go')
-rw-r--r--thumbnailer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/thumbnailer.go b/thumbnailer.go
index cd14316..1236504 100644
--- a/thumbnailer.go
+++ b/thumbnailer.go
@@ -132,7 +132,7 @@ func printImg(w io.Writer, img image.Image) {
case modeBlock24:
sixel.PrintBlock(w, img)
case modeSixel:
- sixel.Print(w, img)
+ sixel.Print(w, img, nil)
default:
panic("invalid mode")
}