Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
90c0b480
Commit
90c0b480
authored
Feb 11, 1994
by
ram
Browse files
Add tty-ixon for HPux.
parent
ab8aaf9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/unix.lisp
View file @
90c0b480
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.2
8
199
3/12/09 12:56:09 wlott
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.2
9
199
4/02/11 19:30:31 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -58,6 +58,7 @@
#+
hpux
vdsusp
#+
hpux
veof
#+
hpux
vintr
#+
hpux
vquit
#+
hpux
vstart
#+
hpux
vstop
#+
hpux
vsusp
#+
hpux
c-cflag
#+
hpux
c-cc
#+
hpux
tty-icanon
#+
hpux
vmin
#+
hpux
vtime
#+
hpux
tty-ixon
#+
hpux
tcsaflush
#+
hpux
unix-tcgetattr
#+
hpux
unix-tcsetattr
TIOCGETP
TIOCSETP
TIOCFLUSH
TIOCSETC
TIOCGETC
TIOCSLTC
TIOCGLTC
TIOCNOTTY
TIOCSPGRP
TIOCGPGRP
TIOCGWINSZ
TIOCSWINSZ
...
...
@@ -985,6 +986,8 @@
(
defconstant
tty-icanon
#o2
)
(
defconstant
tty-icrnl
#o400
)
(
defconstant
tty-ocrnl
#o10
)
(
defconstant
tty-ixon
#o2000
)
(
defconstant
vdsusp
21
)
(
defconstant
veof
4
)
(
defconstant
vintr
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment