Documentation ¶ Index ¶ Constants type Point func (p Point) BigChar(ch rune) func (p Point) BigStr(s string) func (p Point) Char(ch rune) func (p Point) Pattern(pattern [BigCharHeight]string) func (p Point) ProgressBar(length, cur, total int) func (p Point) Str(s string) Constants ¶ View Source const ( BigCharWidth = 3 BigCharHeight = 5 ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Point ¶ type Point struct { X, Y int Fg, Bg termbox.Attribute } func (Point) BigChar ¶ func (p Point) BigChar(ch rune) func (Point) BigStr ¶ func (p Point) BigStr(s string) func (Point) Char ¶ func (p Point) Char(ch rune) func (Point) Pattern ¶ func (p Point) Pattern(pattern [BigCharHeight]string) func (Point) ProgressBar ¶ func (p Point) ProgressBar(length, cur, total int) func (Point) Str ¶ func (p Point) Str(s string) Source Files ¶ View all Source files display.go Click to show internal directories. Click to hide internal directories.