emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32term.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c [lexbind]
Date: Mon, 25 Oct 2004 00:43:39 -0400

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.161.2.14 emacs/src/w32term.c:1.161.2.15
*** emacs/src/w32term.c:1.161.2.14      Wed Oct  6 05:23:55 2004
--- emacs/src/w32term.c Mon Oct 25 04:19:36 2004
***************
*** 540,548 ****
                                output_cursor.vpos,
                                output_cursor.x, output_cursor.y);
  
!       x_draw_vertical_border (w);
! 
!       draw_window_fringes (w);
  
        UNBLOCK_INPUT;
      }
--- 540,547 ----
                                output_cursor.vpos,
                                output_cursor.x, output_cursor.y);
  
!       if (draw_window_fringes (w, 1))
!       x_draw_vertical_border (w);
  
        UNBLOCK_INPUT;
      }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]