Documentation
¶
Index ¶
- type TTYTCell
- func (t *TTYTCell) Close() error
- func (t *TTYTCell) Read(p []byte) (n int, err error)
- func (t *TTYTCell) SizePixel() (cw int, ch int, pw int, ph int, e error)
- func (t *TTYTCell) TCellScreen() (tcell.Screen, error)
- func (t *TTYTCell) TTYDevName() string
- func (t *TTYTCell) Write(b []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TTYTCell ¶ added in v0.0.5
type TTYTCell struct { tcell.Tty // contains filtered or unexported fields }
func (*TTYTCell) SizePixel ¶ added in v0.0.5
SizePixel() requires initiating the tcell.Screen via .TCellScreen() first.
func (*TTYTCell) TCellScreen ¶ added in v0.0.5
tcell.Screen requires calling .Fini() at end of usage
func (*TTYTCell) TTYDevName ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.