emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Fri, 01 Mar 2002 17:37:16 -0500

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.405 emacs/src/window.c:1.406
*** emacs/src/window.c:1.405    Thu Feb 28 17:15:45 2002
--- emacs/src/window.c  Fri Mar  1 17:37:16 2002
***************
*** 275,280 ****
--- 275,281 ----
    bzero (&p->phys_cursor, sizeof (p->phys_cursor));
    p->desired_matrix = p->current_matrix = 0;
    p->phys_cursor_type = -1;
+   p->phys_cursor_width = -1;
    p->must_be_updated_p = 0;
    XSETFASTINT (p->window_end_vpos, 0);
    XSETFASTINT (p->window_end_pos, 0);
***************
*** 1144,1149 ****
--- 1145,1151 ----
    bzero (&p->last_cursor, sizeof (p->last_cursor));
    bzero (&p->phys_cursor, sizeof (p->phys_cursor));
    p->phys_cursor_type = -1;
+   p->phys_cursor_width = -1;
    p->must_be_updated_p = 0;
    p->pseudo_window_p = 0;
    XSETFASTINT (p->window_end_vpos, 0);



reply via email to

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