Comment 12 for bug 89660

Revision history for this message
robinharvey (harvey-robin) wrote : Re: cursor control regression in vim

Sorry about the double post, I forgot to mention this....

For people who install MRXVT, you can make it look much prettier by tweaking the command used to start the terminal. Here's the command I use:

mrxvt -sl 65535 -sr -ss plain -xft -xftaa -xftmsz 10 -xftsz 10 -xftah -xftga -xftht

This makes the terminal use anti-aliased fonts (among other things) and brings the look much closer to that of gnome-terminal.

--Robin