diff options
| author | Richard M. Stallman | 1994-12-26 15:36:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-26 15:36:56 +0000 |
| commit | 6d7b271809eb4f5aae9f2e376e3560ffd3056213 (patch) | |
| tree | 62e371d4b71cfec94bd3bf883377c2edee844df8 /src | |
| parent | 190bb91a07e39d64623afcd58bd5eb4191a387c5 (diff) | |
| download | emacs-6d7b271809eb4f5aae9f2e376e3560ffd3056213.tar.gz emacs-6d7b271809eb4f5aae9f2e376e3560ffd3056213.zip | |
(scroll_region_cost): Declared.
Diffstat (limited to 'src')
| -rw-r--r-- | src/termchar.h | 2 |
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 */ | |||
| 30 | extern int char_ins_del_ok; /* Terminal can insert and delete chars */ | 30 | extern int char_ins_del_ok; /* Terminal can insert and delete chars */ |
| 31 | extern int scroll_region_ok; /* Terminal supports setting the scroll | 31 | extern int scroll_region_ok; /* Terminal supports setting the scroll |
| 32 | window */ | 32 | window */ |
| 33 | extern int scroll_region_cost; /* Cost of setting the scroll window, | ||
| 34 | measured in characters */ | ||
| 33 | extern int memory_below_frame; /* Terminal remembers lines scrolled | 35 | extern int memory_below_frame; /* Terminal remembers lines scrolled |
| 34 | off bottom */ | 36 | off bottom */ |
| 35 | extern int fast_clear_end_of_line; /* Terminal has a `ce' string */ | 37 | extern int fast_clear_end_of_line; /* Terminal has a `ce' string */ |