mirror of
https://github.com/br0xen/termbox-util.git
synced 2024-11-26 07:03:14 +00:00
Pull in Remote Changes
This commit is contained in:
parent
0fc0c58c6d
commit
06420fe4e6
@ -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 = ""
|
||||
|
Loading…
Reference in New Issue
Block a user