aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-28 10:57:50 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-28 10:57:50 -0700
commit1c80f17324220f6827e5fed95ea2220b61019853 (patch)
treecfd5caf23a0f74482ce7696d7f18b7aaf27de273
parentb19ccbb3d2c3567444618b1aa8653868f74e5686 (diff)
downloadimgutil-1c80f17324220f6827e5fed95ea2220b61019853.tar.zst
Make sixel the default
-rw-r--r--thumbnailer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/thumbnailer.go b/thumbnailer.go
index 9045f94..07fdc37 100644
--- a/thumbnailer.go
+++ b/thumbnailer.go
@@ -28,7 +28,7 @@ import (
var (
x = flag.Int("x", 15, "set image width in columns")
- m = flagPrintMode(flag.CommandLine, "m", modeBlock24, "one of 'block', 'block24', or 'sixel'")
+ m = flagPrintMode(flag.CommandLine, "m", modeSixel, "one of 'block', 'block24', or 'sixel'")
)
type printMode int