Commit 6753b4c3 authored by Nikodemus Siivola's avatar Nikodemus Siivola
Browse files

missing exports for a bunch of terminal stuff

parent 6d958a7e
Loading
Loading
Loading
Loading
+25 −1
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@
   #:gettimeofday
   #:getuid
   #:ioctl
   #:isatty
   #:kill
   #:link
   #:lockf
@@ -157,6 +158,8 @@
   #:sync
   #:sysconf
   #:syslog
   #:tcgetattr
   #:tcsetattr
   #:telldir
   #:time
   #:timer-create
@@ -211,6 +214,13 @@
   #:stat-mtime
   #:stat-ctime

   #:termios
   #:iflag
   #:oflag
   #:cflag
   #:lflag
   #:cc

   #:winsize
   #:row
   #:col
@@ -350,7 +360,21 @@
   #:cflag-vmin #:cflag-vlnext #:cflag-vquit #:cflag-veol #:cflag-vreprint
   #:cflag-vtime #:cflag-vstop #:cflag-veol2 #:cflag-vwerase #:cflag-veof
   #:cflag-vsusp #:cflag-vintr #:cflag-vkill #:cflag-vstart #:cflag-verase
   #:cflag-vdiscard #:cflag-vswtc
   #:cflag-vdiscard #:cflag-vswtc #:cflag-vstatus #:cflag-vdsusp

   #:tty-echo
   #:tty-icanon
   #:tty-icrnl
   #:tty-inlcr
   #:tty-ixon
   #:tty-ixoff
   #:tty-ocrnl
   #:tty-onlcr

   #:tcsanow
   #:tcsadrain
   #:tcsaflush

   #:posix-vdisable

   ;; Misc