aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-10-22 12:18:45 +0300
committerZhongheng Liu <z.liu@outlook.com.gr>2024-10-22 12:18:45 +0300
commit03d6ee47fa09aa25e68b150631cd41e7783f2284 (patch)
tree0bb770a24337c282c00027b9510896020489d18c
parentc71be875a584e97e3b79c0d00a162d0fd2224e2c (diff)
downloadrulmarc-03d6ee47fa09aa25e68b150631cd41e7783f2284.tar.gz
rulmarc-03d6ee47fa09aa25e68b150631cd41e7783f2284.tar.bz2
rulmarc-03d6ee47fa09aa25e68b150631cd41e7783f2284.zip
feat: some window helper thing
-rw-r--r--utils/window_helper.go6
1 files changed, 6 insertions, 0 deletions
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 {}
+}