Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScreenPlacement ¶ added in v0.1.0
type ScreenPlacement struct {
Row int // absolute terminal row (1-based)
Col int // absolute terminal col (1-based)
Escape string // kitty graphics escape sequence
}
ScreenPlacement is an image placement with absolute screen coordinates.
Click to show internal directories.
Click to hide internal directories.