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 elisp 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.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.