emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103539: Fix last change.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103539: Fix last change.
Date: Sat, 05 Mar 2011 18:55:43 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103539
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-03-05 18:55:43 -0500
message:
  Fix last change.
modified:
  src/nsterm.m
=== modified file 'src/nsterm.m'
--- a/src/nsterm.m      2011-03-05 23:52:45 +0000
+++ b/src/nsterm.m      2011-03-05 23:55:43 +0000
@@ -2282,7 +2282,7 @@
      to the glyph width; replace with CURSOR_WIDTH for bar cursors. */
   if (cursor_type == BAR_CURSOR || cursor_type == HBAR_CURSOR)
     {
-      if (cursor_width < 0)
+      if (cursor_width < 1)
        cursor_width = max (FRAME_CURSOR_WIDTH (f), 1);
       w->phys_cursor_width = cursor_width;
     }


reply via email to

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