Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Title *string BgColor tcell.Color Wrap bool DynamicColors bool Regions bool FullScreen bool X, Y, Rows, Cols int // Position and size of the viewer when FullScreen is false Border bool BorderAttr *tcell.AttrMask BorderStyle *tcell.Style DoneFunc func(tcell.Key, *Viewer) }
func NewDefaultOpts ¶
func NewDefaultOpts() *Options
Click to show internal directories.
Click to hide internal directories.