*** empty log message ***
authorroot <root>
Thu, 31 Jul 2008 03:24:07 +0000 (03:24 +0000)
committerroot <root>
Thu, 31 Jul 2008 03:24:07 +0000 (03:24 +0000)
Changes
src/rxvtperl.xs

diff --git a/Changes b/Changes
index 7e746f78bfefc37b20c3d54125fa277b0ac7d0d2..ae16c3ac413014a02338d58687c3d8688172487c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -22,6 +22,7 @@ DUMB: support tex fonts
 TODO:   /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */
 
        - ignore byte-order marks and do not treat them like combining characters.
+        - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
         - do some ยต-optimisations to the character fast path.
 
 9.05 Sun Jun 15 20:09:20 CEST 2008
index 7706441dd28e7045793db43a6615dfcad7f0412d..8fbd6355c21979ef96384ff102b330c2d5b99b79 100644 (file)
@@ -1099,7 +1099,9 @@ rxvt_term::ModLevel3Mask ()
             case 1: RETVAL = THIS->ModMetaMask;    break;
             case 2: RETVAL = THIS->ModNumLockMask; break;
             case 3: RETVAL = THIS->current_screen; break;
+#ifdef CURSOR_BLINK
             case 4: RETVAL = THIS->hidden_cursor;  break;
+#endif
           }
         OUTPUT:
         RETVAL