summary refs log tree commit diff
path: root/app/Screen.hs
diff options
context:
space:
mode:
authormelody!2024-08-07 21:23:52 -0400
committermelody!2024-08-07 21:23:52 -0400
commit7133a728596918544601a18e3090281eaff34ad1 (patch)
tree79aa8aec9445372c8e6fe3f8bef723dd76cdefb3 /app/Screen.hs
parent7a6eb573543666ef3f642f84dbb4a386429bf75e (diff)
did stuff
Diffstat (limited to 'app/Screen.hs')
-rw-r--r--app/Screen.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Screen.hs b/app/Screen.hs
new file mode 100644
index 0000000..9962cde
--- /dev/null
+++ b/app/Screen.hs
@@ -0,0 +1,7 @@
+module Screen
+  ( clear
+  ) where
+
+clear :: IO ()
+clear = putStr "\ESC[H\ESC[2J"
+