aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.