Mercurial > emacs
changeset 25496:c19107a5df88
(VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 02 Sep 1999 20:52:53 +0000 |
parents | 5051c1d824fa |
children | de4c44c1c073 |
files | src/xterm.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.