* coding.c (make_conversion_work_buffer): Disable buffer modification
[bpt/emacs.git] / src / termopts.h
CommitLineData
eb8c3be9 1/* Flags and parameters describing user options for handling the terminal.
429ab54e 2 Copyright (C) 1985, 1986, 1990, 2001, 2002, 2003, 2004,
8cabe764 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9889c728
JB
4
5This file is part of GNU Emacs.
6
b9b1cc14 7GNU Emacs is free software: you can redistribute it and/or modify
9889c728 8it under the terms of the GNU General Public License as published by
b9b1cc14
GM
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
9889c728
JB
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
b9b1cc14 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
9889c728
JB
19
20
21/* Nonzero means flash the screen instead of ringing the bell. */
22extern int visible_bell;
23
24/* Nonzero means invert white and black for the entire screen. */
25extern int inverse_video;
26
27/* Nonzero means use ^S/^Q as cretinous flow control. */
28extern int flow_control;
29
30/* Nonzero means use interrupt-driven input. */
31extern int interrupt_input;
32
33/* Nonzero while interrupts are temporarily deferred during redisplay. */
34extern int interrupts_deferred;
35
36/* Terminal has meta key */
37extern int meta_key;
38
7e17f53d
CY
39/* Defined in xdisp.c */
40extern Lisp_Object Vtruncate_partial_width_windows;
ab5796a9 41
8a56675d
KL
42/* Nonzero means no need to redraw the entire frame on resuming a suspended
43 Emacs. This is useful on terminals with multiple pages, where one page is
44 used for Emacs and another for all else. */
45extern int no_redraw_on_reenter;
46
ab5796a9
MB
47/* arch-tag: 35d4d284-dc1a-4fff-97fa-0154a21aebdb
48 (do not change this comment) */