From 6d7b271809eb4f5aae9f2e376e3560ffd3056213 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Dec 1994 15:36:56 +0000 Subject: [PATCH] (scroll_region_cost): Declared. --- src/termchar.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5