From: Richard M. Stallman Date: Mon, 26 Dec 1994 15:36:56 +0000 (+0000) Subject: (scroll_region_cost): Declared. X-Git-Tag: emacs-19.34~5596 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d7b271809eb4f5aae9f2e376e3560ffd3056213;p=emacs.git (scroll_region_cost): Declared. --- 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 */