View Single Post
Old 11th May 2008
harisman's Avatar
harisman harisman is offline
Fdisk Soldier
 
Join Date: May 2008
Location: Hellas (Greece)
Posts: 66
Default

I also use xterm because is the fastest and the most stable terminal. I haven't any problem with the regional characters (Greek), you must install and use the correct font.
On my .Xdefaults I have:

XTerm*faceName: lucidaconsole
XTerm*faceSize: 10

I also use the below in .cshrc (I use tcsh) in order to print the prompt on the xterm title bar too:

if ($TERM == "xterm") then
set prompt="%{\033]0;%n@%m:%~\007%}%h:%n@%m\:%~\% "
else
set prompt="%h:%n@%m\:%~\% "
endif

Last edited by harisman; 11th May 2008 at 06:56 PM.
Reply With Quote