*** empty log message ***
authorroot <root>
Thu, 1 Apr 2010 01:03:19 +0000 (01:03 +0000)
committerroot <root>
Thu, 1 Apr 2010 01:03:19 +0000 (01:03 +0000)
Changes
src/rxvt.h

diff --git a/Changes b/Changes
index bace003..ec7c7a1 100644 (file)
--- 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: 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).
        - 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).
        - 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 *
 
 9.07 Wed Dec 30 07:07:18 CET 2009
        - port to glibc-2.10 changes (strchr etc. returning const char *
index ef5cc40..d60e6aa 100644 (file)
@@ -306,6 +306,9 @@ enum {
   SECONDARY,
 };
 
   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
 #define RS_None                 0
 
 // GET_BGATTR depends on RS_fgShift > RS_bgShift