uiterm: remove LayoutFunc, remove InputFunc type
This commit is contained in:
@@ -7,14 +7,12 @@ import (
|
||||
"github.com/nsf/termbox-go"
|
||||
)
|
||||
|
||||
type InputFunc func(ui *Ui, textbox *Textbox, text string)
|
||||
|
||||
type Textbox struct {
|
||||
Text string
|
||||
Fg Attribute
|
||||
Bg Attribute
|
||||
|
||||
Input InputFunc
|
||||
Input func(ui *Ui, textbox *Textbox, text string)
|
||||
|
||||
ui *Ui
|
||||
active bool
|
||||
|
||||
@@ -6,8 +6,6 @@ import (
|
||||
"github.com/nsf/termbox-go"
|
||||
)
|
||||
|
||||
type LayoutFunc func(ui *Ui, width, height int)
|
||||
|
||||
type KeyListener func(ui *Ui, key Key)
|
||||
|
||||
type UiManager interface {
|
||||
|
||||
Reference in New Issue
Block a user