Documentation
¶
Index ¶
- type Console
- func (c *Console) Background() tb.Attribute
- func (c *Console) Clear()
- func (c *Console) Close()
- func (c *Console) Foreground() tb.Attribute
- func (c *Console) GetChar(x, y int) rune
- func (c *Console) PrintRepeatWithAttributes(x, y int, s rune, n int, fg, bg tb.Attribute)
- func (c *Console) PrintString(x, y int, s string)
- func (c *Console) PrintStringWithAttributes(x, y int, s string, bg, fg tb.Attribute)
- func (c *Console) SetCharWithAttributes(x, y int, r rune, fg, bg tb.Attribute)
- func (c *Console) Size() (int, int)
- func (c *Console) Update()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
type Console struct {
// contains filtered or unexported fields
}
func (*Console) Background ¶
func (*Console) Foreground ¶
func (*Console) PrintRepeatWithAttributes ¶
func (*Console) PrintString ¶
func (*Console) PrintStringWithAttributes ¶
func (*Console) SetCharWithAttributes ¶
Click to show internal directories.
Click to hide internal directories.