emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Thu, 01 Aug 2002 01:42:49 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.747 emacs/src/xterm.c:1.748
*** emacs/src/xterm.c:1.747     Wed Jul 24 23:17:33 2002
--- emacs/src/xterm.c   Sat Jul 27 14:57:41 2002
***************
*** 11885,11891 ****
        struct buffer *b = XBUFFER (w->buffer);
  
        if (EQ (b->cursor_type, Qt))
!       new_cursor_type = FRAME_DESIRED_CURSOR (f);
        else
        new_cursor_type = x_specified_cursor_type (b->cursor_type, 
                                                   &new_cursor_width);
--- 11885,11894 ----
        struct buffer *b = XBUFFER (w->buffer);
  
        if (EQ (b->cursor_type, Qt))
!       {
!         new_cursor_type = FRAME_DESIRED_CURSOR (f);
!         new_cursor_width = FRAME_CURSOR_WIDTH (f);
!       }
        else
        new_cursor_type = x_specified_cursor_type (b->cursor_type, 
                                                   &new_cursor_width);



reply via email to

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