]> git.eshelyaron.com Git - emacs.git/commitdiff
(scroll_region_cost): Declared.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Dec 1994 15:36:56 +0000 (15:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Dec 1994 15:36:56 +0000 (15:36 +0000)
src/termchar.h

index 7741292695e75a7610c792a28fcf7fcd5f125bd0..b193da4e49279ac0e8c830739351b399cf824516 100644 (file)
@@ -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 */