--- rxvt-unicode/Changes 2006/12/07 03:04:03 1.723 +++ rxvt-unicode/Changes 2006/12/07 03:30:01 1.724 @@ -22,7 +22,6 @@ TODO: http://www.cl.cam.ac.uk/~mgk25/ucs/scw-proposal.html -TODO: wcwidth optimisaiton for <= 0xff is bogus, go to 0x7f or measure (Dai.H.) TODO: strwidth bug TODO: TODO: 0:52 I think, that urxvt has the same bug as rxvt: FocusIn detail=NotifyPointer @@ -37,8 +36,10 @@ TODO: 9:55 URxvt.keysym.M-c: perl:clipboard:copy TODO: 9:55 URxvt.keysym.M-v: perl:clipboard:paste TODO: http://triplefusion.net/system/macosx-clipboard -8. - - secondaryScroll is now enable by default (as per the manpage), +8. + - fix the assumption that chars < 256 are single-width. Now + only assume this for codepoints 32 to 126 (reported by Dai.H.). + - secondaryScroll is now enabled by default (as per the manpage), reported by exg. - correct the description of [percent]color rgba format in the manpage.