From ad284b2af025ee342a9e61a8dc3c6b789fb7ec9d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Apr 2010 01:03:19 +0000 Subject: [PATCH 1/1] *** empty log message *** --- Changes | 3 +++ src/rxvt.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Changes b/Changes index bace003..ec7c7a1 100644 --- a/Changes +++ b/Changes @@ -22,7 +22,9 @@ DUMB: support tex fonts TODO: perl-shell-window? TODO: zweimal numlock? falsche codes rxvt urxvt for numpad? TODO: scrollback search does not find every first line? +TODO: - upgrade to libev-4.00. +TODO: make fontCount dependent on ENABLE_256... in an INTELLIGENT way - add support for grabbing the clipboard selection and extend selection{_clear,_grab,} perl bindings to optionally work on the clipboard selection (based on patch by Dana Jansens). @@ -34,6 +36,7 @@ TODO: scrollback search does not find every first line? - new on_bell perl hook (Emanuele Giaquinta). - new iso14755 option to disable ISO 14755 at runtime (Emanuele Giaquinta). + - reduce the number of custom bits to 4. 9.07 Wed Dec 30 07:07:18 CET 2009 - port to glibc-2.10 changes (strchr etc. returning const char * diff --git a/src/rxvt.h b/src/rxvt.h index ef5cc40..d60e6aa 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -306,6 +306,9 @@ enum { SECONDARY, }; +// define various rendition bits and masks. the rendition word +// is 32 bits in size, and we should use it as efficiently as possible + #define RS_None 0 // GET_BGATTR depends on RS_fgShift > RS_bgShift -- 1.9.1