Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6d7b2718
Commit
6d7b2718
authored
Dec 26, 1994
by
Richard M. Stallman
Browse files
(scroll_region_cost): Declared.
parent
190bb91a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/termchar.h
src/termchar.h
+2
-0
No files found.
src/termchar.h
View file @
6d7b2718
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment