aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1997-07-20 04:03:49 +0000
committerGeoff Voelker1997-07-20 04:03:49 +0000
commit116068730627f61218b21dc46597d14331c9e7a2 (patch)
treed8f405c82e0b6262ce6f00233319dd24c2780568 /src
parent8a2d9406904828f4fc3d285739771bc335153824 (diff)
downloademacs-116068730627f61218b21dc46597d14331c9e7a2.tar.gz
emacs-116068730627f61218b21dc46597d14331c9e7a2.zip
(w32_clear_end_of_line): Include scroll bar width.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c2
1 files changed, 2 insertions, 0 deletions
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)
659 if (first_unused >= f->width) 659 if (first_unused >= f->width)
660 first_unused = f->width; 660 first_unused = f->width;
661 661
662 first_unused += FRAME_LEFT_SCROLL_BAR_WIDTH (f);
663
662 BLOCK_INPUT; 664 BLOCK_INPUT;
663 665
664 do_line_dance (); 666 do_line_dance ();