set-terminal-characteristics

$Revision: 5.0.2.2 $

Generic Function

Package: EXCL

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/readme.htm).

See eli/readme.htm for information on the Emacs-Lisp interface.

The general documentation description is in introduction.htm. The index is in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.