From: Geoff Voelker Date: Sun, 20 Jul 1997 04:03:49 +0000 (+0000) Subject: (w32_clear_end_of_line): Include scroll bar width. X-Git-Tag: emacs-20.1~1069 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=116068730627f61218b21dc46597d14331c9e7a2;p=emacs.git (w32_clear_end_of_line): Include scroll bar width. --- diff --git a/src/w32term.c b/src/w32term.c index 3b147b91a29..75e53a1216f 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -659,6 +659,8 @@ w32_clear_end_of_line (first_unused) if (first_unused >= f->width) first_unused = f->width; + first_unused += FRAME_LEFT_SCROLL_BAR_WIDTH (f); + BLOCK_INPUT; do_line_dance ();