> Be warned that rxvt-unicode in MacPorts is compiled without “afterimage” support, and as such doesn’t support images in the background. Getting fake transparency in Os X is also a pain anyway, but by reading the man page and recompiling with afterimage, you should get there.
という記事を見つけました。
http://greyworld.net/2008/01/29/rxvt-unicode-on-os-x/#_Getting_rxvt-unicode_to_look_like_a_terminal
背景や半透明を使いたければコンパイルし直すしかなさそうですね。
お礼
これは知りませんでした。 ありがとうございます。 さっそく試してみます!!
補足
Portfile の configure.args --disable-afterimage を configure.args --enable-afterimage にして 別にツリーを作り再度インストールしてみましたがダメなようです。 ただキーワードが分かったので他にもいろいろ試してみます