--- rxvt-unicode/Changes 2008/10/15 17:16:47 1.882 +++ rxvt-unicode/Changes 2008/10/28 04:45:58 1.883 @@ -21,6 +21,8 @@ TODO: /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */ +TODO: investgate wm resize race: while sleep 0.001; do printf "\033[?30l";sleep 0.001;printf "\033[?30h";done +TODO: investigate miroslav patches TODO: artificially enlargen wide characters at end to correctly cut&paste. TODO: cursor over overlays, when focus change? - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they @@ -31,6 +33,8 @@ - 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. + - use a less cunning, but more robust algorithm to avoid one terminal + monopolising the whole process by outputting a lot of text. - try to work around linux first breaking sched_yield and now breaking the only known workaround.