mirror of
https://github.com/br0xen/termbox-util.git
synced 2026-05-14 03:04:03 -05:00
Updating Files
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+3
-2
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user