From 03d6ee47fa09aa25e68b150631cd41e7783f2284 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Tue, 22 Oct 2024 12:18:45 +0300 Subject: [PATCH] feat: some window helper thing --- utils/window_helper.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 utils/window_helper.go diff --git a/utils/window_helper.go b/utils/window_helper.go new file mode 100644 index 0000000..b11bd02 --- /dev/null +++ b/utils/window_helper.go @@ -0,0 +1,6 @@ +package window +import ( + . "github.com/gbin/goncurses" +) +func createWindow(scr Screen) Window {} +}