Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GraphicsReader ¶
func (*GraphicsReader) Close ¶
func (g *GraphicsReader) Close() error
func (*GraphicsReader) Fd ¶
func (g *GraphicsReader) Fd() uintptr
func (*GraphicsReader) Name ¶
func (g *GraphicsReader) Name() string
func (*GraphicsReader) Read ¶
func (g *GraphicsReader) Read(p []byte) (int, error)
func (*GraphicsReader) Write ¶
func (g *GraphicsReader) Write(p []byte) (int, error)
type Model ¶
type Model struct {
Docs string
Entries []navigation.NavEntry
Cursor int
Vp viewport.Model
Width int
Height int
Ready bool
Focus string
ThemeIdx int
CodeBlocks []markdown.CodeBlock
CopyIdx int
Links []markdown.DocLink
LinkIdx int
StatusMsg string
RawContent string
SearchQuery string
SearchActive bool
SearchMatches []int
SearchMatchIdx int
GsearchQuery string
GsearchResults []search.GlobalResult
GsearchCursor int
PsearchQuery string
PsearchResults []int
PsearchCursor int
DocSeq uint64
RestoreYOffset int
ImageRefs []images.ImageRef
ImageIdx int
CodeActive bool
LinkActive bool
ImageActive bool
HelpOverlay bool
ImageOverlay bool
ImageOverlaySrc string
ImageOverlaySixel string
ImageOverlayKitty string
ImageOverlayW int
ImageOverlayH int
NeedsGraphicsClear bool
SixelSupported bool
KittySupported bool
IsTmux bool
IsScreen bool
CellPixW int
CellPixH int
SshSession ssh.Session
}
Source Files
¶
- tui.go
Click to show internal directories.
Click to hide internal directories.