From: root Date: Fri, 29 Jul 2005 03:12:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3ad54bbb0b8d1903c8f9fcb800c17e9bc7b8dc1a;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 889dd050..4058ad4a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +TODO: reverse video black-on-black => rv TODO: do font request caching, might help rxvtd on some machines TODO: safer command: keymap processing. TODO: "slow" rendering mode for bidi and scripts diff --git a/doc/etc/rxvt-unicode.termcap b/doc/etc/rxvt-unicode.termcap index bd689e35..4303a20b 100644 --- a/doc/etc/rxvt-unicode.termcap +++ b/doc/etc/rxvt-unicode.termcap @@ -1,4 +1,4 @@ -# Reconstructed via infocmp from file: /usr/share/terminfo/r/rxvt-unicode +# Reconstructed via infocmp from file: /etc/terminfo/r/rxvt-unicode # (untranslatable capabilities removed to fit entry within 1023 bytes) rxvt-unicode|rxvt-unicode terminal (X Window System):\ :am:bw:eo:km:mi:ms:xn:xo:\ diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod index 6fb6d1aa..80a1b4d9 100644 --- a/doc/rxvt.7.pod +++ b/doc/rxvt.7.pod @@ -489,7 +489,7 @@ rxvt-unicode then uses 8 bytes per screen cell. Yes, the most obvious way to speed it up is to avoid Xft entirely, as it is simply slow. If you still want Xft fonts you might try to disable -antialiasing (by appending C<:antialiasing=false>), which saves lots of +antialiasing (by appending C<:antialias=false>), which saves lots of memory and also speeds up rendering considerably. =item Rxvt-unicode doesn't seem to anti-alias its fonts, what is wrong?