| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. |
Arguments: stream &key (input-processing :cooked) (echo nil echop)
Set the terminal characteristics for stream. The
input-processing keyword argument controls how
input is processed. Its value must be one of :cooked
,
:raw
or :break
. The default is
:cooked
. The echo keyword argument
is a boolean that controls whether input is echoed. The default value
is nil
. This function returns t
upon success and nil
upon
failure. See get-terminal-characteristics for more
information. NOTE: there is a before method for this
generic function that changes the emacs lisp variables
fi:raw-mode and fi:raw-mode-echo
(both are documented in
eli.htm).
See eli.htm for information on the Emacs-Lisp interface.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. |