We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cddd3 commit d012e6dCopy full SHA for d012e6d
kitty.go
@@ -23,10 +23,10 @@ type KittyImgOpts struct {
23
SrcY uint32 // y=
24
SrcWidth uint32 // w=
25
SrcHeight uint32 // h=
26
- CellOffsetX uint32 // X=
27
- CellOffsetY uint32 // Y=
28
- DstCols uint32 // c=
29
- DstRows uint32 // r=
+ CellOffsetX uint32 // X= (pixel x-offset inside terminal cell)
+ CellOffsetY uint32 // Y= (pixel y-offset inside terminal cell)
+ DstCols uint32 // c= (display width in terminal columns)
+ DstRows uint32 // r= (display height in terminal rows)
30
ZIndex int32 // z=
31
ImageId uint32 // i=
32
ImageNo uint32 // I=
0 commit comments