Generic FunctionPackage: exclToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

set-terminal-characteristics

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.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1