mirror of
https://github.com/br0xen/termbox-util.git
synced 2024-11-22 13:33:15 +00:00
Updating Files
This commit is contained in:
parent
de17902fb9
commit
bd2eb4f9e1
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
termbox_confirmmodal.go
Normal file → Executable file
0
termbox_confirmmodal.go
Normal file → Executable file
0
termbox_inputfield.go
Normal file → Executable file
0
termbox_inputfield.go
Normal file → Executable file
0
termbox_inputmodal.go
Normal file → Executable file
0
termbox_inputmodal.go
Normal file → Executable file
5
termbox_util.go
Normal file → Executable file
5
termbox_util.go
Normal file → Executable file
@ -2,8 +2,9 @@ package termbox_util
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/nsf/termbox-go"
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"github.com/nsf/termbox-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TextAlignment int
|
type TextAlignment int
|
||||||
@ -64,4 +65,4 @@ func AlignText(txt string, width int, align TextAlignment) string {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* More advanced things are in their respective files*/
|
/* More advanced things are in their respective files */
|
||||||
|
Loading…
Reference in New Issue
Block a user