From 5802e919a9ae6e84a7782dfedcd72aeb8a8adf39 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 20 Sep 1994 05:12:09 +0000 Subject: [PATCH] (display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 1ce0c58ae0d..fedc9628e89 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3382,7 +3382,7 @@ display_string (w, vpos, string, length, hpos, truncate, { int i; - for (i = 0; i < VERTICAL_SCROLL_BAR_WIDTH; i++) + for (i = 0; i < FRAME_SCROLL_BAR_COLS (f); i++) *end-- = ' '; } else -- 2.39.5