# HG changeset patch # User Gerd Moellmann # Date 936305573 0 # Node ID c19107a5df880d7e36736911eebdd52e58beb3e9 # Parent 5051c1d824fa83e7b88cc6cc56a428cb6c95a825 (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0. diff -r 5051c1d824fa -r c19107a5df88 src/xterm.h --- a/src/xterm.h Thu Sep 02 20:52:51 1999 +0000 +++ b/src/xterm.h Thu Sep 02 20:52:53 1999 +0000 @@ -793,7 +793,7 @@ /* 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.