aboutsummaryrefslogtreecommitdiff
path: root/module/vulgar/termios.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-06-01 21:38:11 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-06-01 21:38:11 +0200
commit3bdc5e083f9f3063c59ffed18fe062c9a9e166dd (patch)
treeb69bb127ac4ec9e4388c269c1fa5b2b5f72c6295 /module/vulgar/termios.scm
parentWork on cloning events through editor. (diff)
downloadcalp-3bdc5e083f9f3063c59ffed18fe062c9a9e166dd.tar.gz
calp-3bdc5e083f9f3063c59ffed18fe062c9a9e166dd.tar.xz
Rename {terminal => vulgar}.
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)