comparison src/w32term.c @ 18877:d3e5a5f5fe02

(w32_clear_end_of_line): Include scroll bar width.
author Geoff Voelker <voelker@cs.washington.edu>
date Sun, 20 Jul 1997 04:03:49 +0000
parents be4c110cda51
children 043ccce224fb
comparison
equal deleted inserted replaced
18876:6b368607fa68 18877:d3e5a5f5fe02
656 if (first_unused <= 0) 656 if (first_unused <= 0)
657 return 1; 657 return 1;
658 658
659 if (first_unused >= f->width) 659 if (first_unused >= f->width)
660 first_unused = f->width; 660 first_unused = f->width;
661
662 first_unused += FRAME_LEFT_SCROLL_BAR_WIDTH (f);
661 663
662 BLOCK_INPUT; 664 BLOCK_INPUT;
663 665
664 do_line_dance (); 666 do_line_dance ();
665 667