I said _Label_ needs it.

This commit is contained in:
Brian Buller 2019-03-04 23:21:29 +00:00
parent 2d1349c5ee
commit 1df4d54fd1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func CreateLabel(lbl string, x, y, w, h int, fg, bg termbox.Attribute) *Label {
}
// IsTabSkipped is always true for a label
func (i *InputField) IsTabSkipped() bool {
func (i *Label) IsTabSkipped() bool {
return true
}