mirror of
https://github.com/br0xen/termbox-util.git
synced 2025-08-18 11:44:06 -05:00
Pull in Remote Changes
This commit is contained in:
@@ -82,8 +82,12 @@ func (i *InputModal) SetDone(b bool) *InputModal {
|
||||
func (i *InputModal) IsDone() bool {
|
||||
return i.is_done
|
||||
}
|
||||
func (i *InputModal) SetValue(s string) *InputModal {
|
||||
i.input.SetValue(s)
|
||||
return i
|
||||
}
|
||||
func (i *InputModal) GetValue() string {
|
||||
return i.value
|
||||
return i.input.GetValue()
|
||||
}
|
||||
func (i *InputModal) Clear() *InputModal {
|
||||
i.title = ""
|
||||
|
Reference in New Issue
Block a user