Changeset 6613
- Timestamp:
- May 25, 2007, 5:41:52 AM (18 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/examples/cocoa-listener.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/examples/cocoa-listener.lisp
r6234 r6613 28 28 ;; to the pty, it's critical that we make the pty non-blocking. 29 29 ;; Has this been true for the last few years (native threads) ? 30 (fd-set-flag pty #$O_NONBLOCK)30 ;(fd-set-flag pty #$O_NONBLOCK) 31 31 (disable-tty-local-modes pty (logior #$ECHO #$ECHOCTL #$ISIG)) 32 (disable-tty-output-modes pty #$ONLCR) 32 33 pty) 33 34 … … 277 278 (let* ((action (#/action item))) 278 279 (cond 280 ((eql action (@selector #/revertDocumentToSaved:)) 281 (values t nil)) 279 282 ((eql action (@selector #/interrupt:)) (values t t)) 280 283 ((eql action (@selector #/backtrace:))
Note:
See TracChangeset
for help on using the changeset viewer.
