Updating Files

This commit is contained in:
Brian Buller 2015-10-21 11:09:40 -05:00
parent de17902fb9
commit bd2eb4f9e1
7 changed files with 3 additions and 2 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
termbox_confirmmodal.go Normal file → Executable file
View File

0
termbox_inputfield.go Normal file → Executable file
View File

0
termbox_inputmodal.go Normal file → Executable file
View File

5
termbox_util.go Normal file → Executable file
View File

@ -2,8 +2,9 @@ package termbox_util
import (
"fmt"
"github.com/nsf/termbox-go"
"strings"
"github.com/nsf/termbox-go"
)
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 */