From 0a32683912f21b1d7597c6935255997c989964aa Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 Jul 2008 03:24:07 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 1 + src/rxvtperl.xs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Changes b/Changes index 7e746f78..ae16c3ac 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 7706441d..8fbd6355 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 -- 2.34.1