aboutsummaryrefslogtreecommitdiff
path: root/module/vulgar/termios.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/vulgar/termios.scm (renamed from module/terminal/termios.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/terminal/termios.scm b/module/vulgar/termios.scm
index 77e6ecf0..aa40b6e7 100644
--- a/module/terminal/termios.scm
+++ b/module/vulgar/termios.scm
@@ -2,7 +2,7 @@
;;; Since that for some reason isn't built in.
;; /usr/include/bits/termios.h
-(define-module (terminal termios)
+(define-module (vulgar termios)
:use-module (system foreign)
:use-module (ice-9 format)
:use-module (ice-9 rdelim)