feat: some window helper thing
This commit is contained in:
parent
c71be875a5
commit
03d6ee47fa
1 changed files with 6 additions and 0 deletions
6
utils/window_helper.go
Normal file
6
utils/window_helper.go
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
package window
|
||||||
|
import (
|
||||||
|
. "github.com/gbin/goncurses"
|
||||||
|
)
|
||||||
|
func createWindow(scr Screen) Window {}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue