Changeset 5878
- Timestamp:
- Feb 10, 2007, 9:23:00 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/library/pty.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/library/pty.lisp
r2323 r5878 45 45 (progn 46 46 (if control-chars 47 (%copy-ptr-to-ivector (pref attr :termios.c_cc) 48 0 49 control-chars 50 0 51 #$NCCS)) 47 (%str-from-ptr (pref attr :termios.c_cc) #$NCCS control-chars)) 52 48 (values 53 49 (pref attr :termios.c_iflag) … … 55 51 (pref attr :termios.c_cflag) 56 52 (pref attr :termios.c_lflag) 57 #+darwin ppc-target 058 #-darwin ppc-target53 #+darwin-target 0 54 #-darwin-target 59 55 (pref attr :termios.c_line) 60 56 control-chars … … 91 87 (setq write-back t)) 92 88 (when control-chars 93 (%copy-ivector-to-ptr control-chars 94 0 95 (pref attr :termios.c_cc) 96 0 97 #$NCCS) 89 (%cstr-pointer control-chars (pref attr :termios.c_cc) nil) 98 90 (setq write-back t)) 99 91 (when input-speed
Note:
See TracChangeset
for help on using the changeset viewer.
