mirror of
https://github.com/br0xen/termbox-util.git
synced 2025-08-18 11:44:06 -05:00
Just some stuff
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"strconv"
|
||||
"syscall"
|
||||
|
||||
"gogs.bullercodeworks.com/brian/termbox-util"
|
||||
"github.com/br0xen/termbox-util"
|
||||
|
||||
"github.com/nsf/termbox-go"
|
||||
)
|
||||
@@ -115,4 +115,4 @@ func handleEvent(event termbox.Event) bool {
|
||||
}
|
||||
frame.GetActiveControl().SetFgColor(termbox.ColorGreen)
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user