]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_clear_end_of_line): Include scroll bar width.
authorGeoff Voelker <voelker@cs.washington.edu>
Sun, 20 Jul 1997 04:03:49 +0000 (04:03 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Sun, 20 Jul 1997 04:03:49 +0000 (04:03 +0000)
src/w32term.c

index 3b147b91a298e5eabc964635cc2259fdfe716ae3..75e53a1216fbdfa386615ba3e94ace76dc90d7e4 100644 (file)
@@ -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 ();