* ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
[bpt/emacs.git] / src / termopts.h
CommitLineData
eb8c3be9 1/* Flags and parameters describing user options for handling the terminal.
73b0cd50 2 Copyright (C) 1985-1986, 1990, 2001-2011 Free Software Foundation, Inc.
9889c728
JB
3
4This file is part of GNU Emacs.
5
b9b1cc14 6GNU Emacs is free software: you can redistribute it and/or modify
9889c728 7it under the terms of the GNU General Public License as published by
b9b1cc14
GM
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
9889c728
JB
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
b9b1cc14 17along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
9889c728
JB
18
19
9889c728
JB
20/* Nonzero means use ^S/^Q as cretinous flow control. */
21extern int flow_control;
22
23/* Nonzero means use interrupt-driven input. */
24extern int interrupt_input;
25
26/* Nonzero while interrupts are temporarily deferred during redisplay. */
27extern int interrupts_deferred;
28
29/* Terminal has meta key */
30extern int meta_key;
31