repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 7c289d804abf0d0e06f90b7d94e8ec54f586a9b4:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 7c289d804abf0d0e06f90b7d94e8ec54f586a9b4
Author: Marc Lehmann 
Date:   Thu Jul 31 03:24:08 2008 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index 7e746f78bfefc37b20c3d54125fa277b0ac7d0d2..
index ..ae16c3ac413014a02338d58687c3d8688172487c 100644
--- 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
diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs
index 7706441dd28e7045793db43a6615dfcad7f0412d..
index ..8fbd6355c21979ef96384ff102b330c2d5b99b79 100644
--- a/src/rxvtperl.xs
+++ b/src/rxvtperl.xs
@@ -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

-----END OF PAGE-----