From 14a099d04dacbb9146958d066a2c918e4d96464a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 22 Jul 2020 16:33:57 +0200 Subject: Remove command pointer to header for termios. --- module/vulgar/termios.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/module/vulgar/termios.scm b/module/vulgar/termios.scm index bf92eb6d..e3bbb99d 100644 --- a/module/vulgar/termios.scm +++ b/module/vulgar/termios.scm @@ -1,6 +1,5 @@ ;;; Module for termios interaction from Guile, ;;; Since that for some reason isn't built in. -;; /usr/include/bits/termios.h (define-module (vulgar termios) :use-module (system foreign) -- cgit v1.2.3