repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 7c289d804abf0d0e06f90b7d94e8ec54f586a9b4: path_to: revision_to:
commit 7c289d804abf0d0e06f90b7d94e8ec54f586a9b4 Author: Marc LehmannDate: Thu Jul 31 03:24:08 2008 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- 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
--- 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-----