mirror of https://github.com/gdamore/tcell.git
parent
46afc5218a
commit
e5a59254fc
|
@ -53,7 +53,7 @@ type Orientation int
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Horizontal indicates left to right orientation.
|
// Horizontal indicates left to right orientation.
|
||||||
Horizontal = iota
|
Horizontal Orientation = iota
|
||||||
|
|
||||||
// Vertical indicates top to bottom orientation.
|
// Vertical indicates top to bottom orientation.
|
||||||
Vertical
|
Vertical
|
||||||
|
|
Loading…
Reference in New Issue