changeset 10260:033119853eab

(scroll_region_cost): Declared.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Dec 1994 15:36:56 +0000
parents 48e4dfc6bb43
children 4fd304db9216
files src/termchar.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/termchar.h	Mon Dec 26 15:35:48 1994 +0000
+++ b/src/termchar.h	Mon Dec 26 15:36:56 1994 +0000
@@ -30,6 +30,8 @@
 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 */