mirror of
https://github.com/br0xen/termbox-util.git
synced 2025-08-18 11:44:06 -05:00
I said _Label_ needs it.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user