remove `declare' macro
[bpt/emacs.git] / src / termopts.h
CommitLineData
eb8c3be9 1/* Flags and parameters describing user options for handling the terminal.
ba318903 2 Copyright (C) 1985-1986, 1990, 2001-2014 Free Software Foundation,
ab422c4d 3 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
9889c728 21/* Nonzero means use interrupt-driven input. */
9fa1de30 22extern bool interrupt_input;
9889c728
JB
23
24/* Nonzero while interrupts are temporarily deferred during redisplay. */
9fa1de30 25extern bool interrupts_deferred;