Changeset 7777
- Timestamp:
- Nov 29, 2007, 9:46:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/format.lisp
r7776 r7777 2150 2150 (princ " (y or n) " *query-io*) 2151 2151 (setq response (read-char *query-io*)) 2152 ;; Consume input up to trailing newline 2152 2153 (when (peek-char #\NewLine *query-io* nil) 2154 ;; And consume the #\newline 2153 2155 (read-char *query-io*)) 2154 2156 (clear-input *query-io*)
Note: See TracChangeset
for help on using the changeset viewer.