From 62586dc23790732e66add5b27d4d37f1a56b41e0 Mon Sep 17 00:00:00 2001 From: bptato Date: Fri, 4 Oct 2024 16:44:29 +0200 Subject: sixel, term: reduce half-dump special casing Makes it slightly easier to debug image output. Also, we stop sending dimension headers, and no longer check for the scheme env var to make CLI invocation a bit less annoying. --- src/local/container.nim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/local/container.nim') diff --git a/src/local/container.nim b/src/local/container.nim index bbd90f1e..88becc71 100644 --- a/src/local/container.nim +++ b/src/local/container.nim @@ -124,6 +124,8 @@ type erry*: int # same as CanvasImage.offy % 6 # whether the image has transparency, *disregarding the last row* transparent*: bool + # length of introducer, raster, palette data before pixel data + preludeLen*: int Container* = ref object of RootObj # note: this is not the same as source.request.url (but should be synced -- cgit 1.4.1-2-gfad0 ror)ahoang <ahoang@tilde.institute>
about summary refs log blame commit diff stats
path: root/src/bindings/pledge.nim
blob: 8d265fe697646a4b5031ffab673d695a0c3469fe (plain) (tree)
1
2
3
4
5
6