A prettier Terminal in OS-X Part 3 (urxvt and screen)

  • February 21, 2009
Table of Contents

I was a bit annoyed of having to set TERM=xterm-256color. A more or less proper solution can be found on the rxvt-unicode ml from John Eikenberry.

cd ~
infocmp -L rxvt-unicode > rxvt-unicode.terminfo
sed -i '' 's/#256/#32767/' rxvt-unicode.terminfo
sed -i '' 's/#88/#256/' rxvt-unicode.terminfo
if [ ! -e .terminfo ]; then
mkdir .terminfo
fi
tic -o .terminfo/ rxvt-unicode.terminfo
rm rxvt-unicode.terminfo

I’ve also largely assimilated Bart’s configs. You can find them and the screenrc here .

hf

comments powered by Disqus

Related Posts

Protonet webOS socket example

I’ve just written a sample application for creating sockets in webOS applications. You can read the full blog post about it on the protonet homepage

Read More

ctags with objective-c and css support

The default ex-ctags package does not support css or obj-c tags.

Read More

Eeepc 1000he 10.6.4 update

If your backlight has an issue after waking up from sleep you probably need to add the following to your dsdt file:

Read More