summaryrefslogtreecommitdiff
path: root/src/termchar.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-26 15:36:56 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-26 15:36:56 +0000
commit0a0590fb2627b4eb3838e036307700c66e078475 (patch)
tree6df706488c83666ea3921ed70db1e4cd350a726e /src/termchar.h
parent33d32d4d9aadaf9077f5c9f6feec5aa0fc08eba6 (diff)
downloademacs-0a0590fb2627b4eb3838e036307700c66e078475.tar.gz
(scroll_region_cost): Declared.
Diffstat (limited to 'src/termchar.h')
-rw-r--r--src/termchar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/termchar.h b/src/termchar.h
index 7741292695e..b193da4e492 100644
--- a/src/termchar.h
+++ b/src/termchar.h
@@ -30,6 +30,8 @@ extern int line_ins_del_ok; /* Terminal can insert and delete lines */
extern int char_ins_del_ok; /* Terminal can insert and delete chars */
extern int scroll_region_ok; /* Terminal supports setting the scroll
window */
+extern int scroll_region_cost; /* Cost of setting the scroll window,
+ measured in characters */
extern int memory_below_frame; /* Terminal remembers lines scrolled
off bottom */
extern int fast_clear_end_of_line; /* Terminal has a `ce' string */