Skip to content
Snippets Groups Projects
Commit be68140d authored by Raymond Toy's avatar Raymond Toy
Browse files

Add terminal-speeds to unix-glibc2.lisp.

parent 13513a76
No related branches found
No related tags found
No related merge requests found
......@@ -1811,6 +1811,10 @@
;;; termios.h
(defconstant terminal-speeds
'#(0 50 75 110 134 150 200 300 600 1200 1800 2400
4800 9600 19200 38400 57600 115200 230400))
(defun unix-cfgetospeed (termios)
_N"Get terminal output speed."
(multiple-value-bind (speed errno)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment