Mercurial > emacs
comparison src/termchar.h @ 10260:033119853eab
(scroll_region_cost): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 26 Dec 1994 15:36:56 +0000 |
parents | b9e81bfc7ad9 |
children | ac7375e60931 |
comparison
equal
deleted
inserted
replaced
10259:48e4dfc6bb43 | 10260:033119853eab |
---|---|
28 | 28 |
29 extern int line_ins_del_ok; /* Terminal can insert and delete lines */ | 29 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 */ |
36 | 38 |
37 extern int dont_calculate_costs; /* Nonzero means don't bother computing | 39 extern int dont_calculate_costs; /* Nonzero means don't bother computing |