euporie.core.layout.scroll.ScrollOffsets
- class euporie.core.layout.scroll.ScrollOffsets(top: int | Callable[[], int] = 0, bottom: int | Callable[[], int] = 0, left: int | Callable[[], int] = 0, right: int | Callable[[], int] = 0)
Scroll offsets for the
Window
class.Note that left/right offsets only make sense if line wrapping is disabled.