Documentation ¶ Index ¶ func Copy(pos geom.Vec2, dst, src *State) func Swap(info *terminfo.Terminfo, dst, src *State) []byte type State func Capture(view emu.View) *State func New(size geom.Vec2) *State func (s *State) Clone() *State Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Copy ¶ func Copy(pos geom.Vec2, dst, src *State) func Swap ¶ func Swap( info *terminfo.Terminfo, dst, src *State, ) []byte Types ¶ type State ¶ type State struct { Image image.Image Cursor emu.Cursor CursorVisible bool } func Capture ¶ func Capture(view emu.View) *State func New ¶ func New(size geom.Vec2) *State func (*State) Clone ¶ func (s *State) Clone() *State Source Files ¶ View all Source files module.go render.go Click to show internal directories. Click to hide internal directories.