feat: some window helper thing

This commit is contained in:
Zhongheng Liu 2024-10-22 12:18:45 +03:00
commit 03d6ee47fa
Signed by: steven
GPG key ID: DC8F48E7B4C40905

6
utils/window_helper.go Normal file
View file

@ -0,0 +1,6 @@
package window
import (
. "github.com/gbin/goncurses"
)
func createWindow(scr Screen) Window {}
}