From d46183860c1f3f10095e95023adcb79b1896ab0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 22 Mar 2019 20:11:11 +0100 Subject: Move C and Scheme code into subdirs. --- terminal/termios.scm | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 terminal/termios.scm (limited to 'terminal/termios.scm') diff --git a/terminal/termios.scm b/terminal/termios.scm deleted file mode 100644 index b0ae585e..00000000 --- a/terminal/termios.scm +++ /dev/null @@ -1,11 +0,0 @@ -;;; Module for termios interaction from Guile, -;;; Since that for some reason isn't built in. - -(define-module (terminal termios) - #:export (c-lflags-disable! c-lflag-restore!)) - -(define-public ECHO #x0000010) -(define-public ICANON #x0000002) - -(setenv "LD_LIBRARY_PATH" (dirname (dirname (current-filename)))) -(load-extension "libtermios" "init_termios") -- cgit v1.2.3