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
d68eb3a2
Commit
d68eb3a2
authored
Mar 15, 1994
by
Karl Heuer
Browse files
(VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2.
parent
fb61ec09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xterm.h
src/xterm.h
+1
-1
No files found.
src/xterm.h
View file @
d68eb3a2
...
...
@@ -541,7 +541,7 @@ struct scroll_bar {
from the edges of the scroll bar. These are widths by which we
inset the handle boundaries from the scroll bar edges. */
#define VERTICAL_SCROLL_BAR_LEFT_BORDER (2)
#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (
3
)
#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (
2
)
#define VERTICAL_SCROLL_BAR_TOP_BORDER (2)
#define VERTICAL_SCROLL_BAR_BOTTOM_BORDER (2)
...
...
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