aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-09-02 20:52:53 +0000
committerGerd Moellmann1999-09-02 20:52:53 +0000
commit056e4a0addff0986e126bd2c6ce2fe7e70ca3cf3 (patch)
tree94e24928c900117468052fcb80120444bbfbb839 /src
parente84b1dea004703c0d39700fb10b306f648c5ac16 (diff)
downloademacs-056e4a0addff0986e126bd2c6ce2fe7e70ca3cf3.tar.gz
emacs-056e4a0addff0986e126bd2c6ce2fe7e70ca3cf3.zip
(VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 39606492b08..682d8fbe7ea 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -793,7 +793,7 @@ struct scroll_bar {
793 793
794/* Trimming off a few pixels from each side prevents 794/* Trimming off a few pixels from each side prevents
795 text from glomming up against the scroll bar */ 795 text from glomming up against the scroll bar */
796#define VERTICAL_SCROLL_BAR_WIDTH_TRIM (2) 796#define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0)
797 797
798 798
799/* Manipulating pixel sizes and character sizes. 799/* Manipulating pixel sizes and character sizes.