From 056e4a0addff0986e126bd2c6ce2fe7e70ca3cf3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 2 Sep 1999 20:52:53 +0000 Subject: [PATCH] (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0. --- src/xterm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { /* Trimming off a few pixels from each side prevents text from glomming up against the scroll bar */ -#define VERTICAL_SCROLL_BAR_WIDTH_TRIM (2) +#define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0) /* Manipulating pixel sizes and character sizes. -- 2.39.5