emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Wed, 03 Sep 2003 03:50:46 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.846 emacs/src/xdisp.c:1.847
*** emacs/src/xdisp.c:1.846     Mon Sep  1 11:45:57 2003
--- emacs/src/xdisp.c   Wed Sep  3 03:50:46 2003
***************
*** 18706,18711 ****
--- 18706,18716 ----
        return FRAME_BLINK_OFF_CURSOR (f);
      }
  
+ #if 0
+   /* Some people liked having a permanently visible blinking cursor,
+      while others had very strong opinions against it.  So it was
+      decided to remove it.  KFS 2003-09-03 */
+ 
    /* Finally perform built-in cursor blinking:
         filled box      <->   hollow box
         wide [h]bar     <->   narrow [h]bar
***************
*** 18720,18725 ****
--- 18725,18731 ----
        *width = 1;
        return cursor_type;
      }
+ #endif
  
    return NO_CURSOR;
  }




reply via email to

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