emacs-devel
[Top][All Lists]
Advanced

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

Error in w32term.c and macterm.c


From: Kim F. Storm
Subject: Error in w32term.c and macterm.c
Date: 27 Aug 2002 15:52:04 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

xterm.c contains the following code to handle when buffer's cursor-type is t: 

      if (EQ (b->cursor_type, Qt))
        {
          new_cursor_type = FRAME_DESIRED_CURSOR (f);
          new_cursor_width = FRAME_CURSOR_WIDTH (f);
        }
      else

In w32term.c and macterm.c this code seems to be missing the setting of the 
width:

          if (EQ (b->cursor_type, Qt))
            new_cursor_type = FRAME_DESIRED_CURSOR (f);
          else


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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