Operating System - HP-UX
1837146 Members
2399 Online
110112 Solutions
New Discussion

Re: What is the X ressource for xterm title

 
SOLVED
Go to solution
Jolivet
Occasional Contributor

What is the X ressource for xterm title


I try "xterm -title ??" (eacute)
But the title is ?? (Otilde)

I suppose ther is a problem with hp-roman8
and iso8859-1 charmaps, but what is the X ressource for the title ?

Michel
1 REPLY 1
Alex Glennie
Honored Contributor
Solution

Re: What is the X ressource for xterm title

Xterm*Title: .......... (well it works for dtterm) check the man page for details

place in $HOME/.Xdefaults

ps if you have a problem with roman8 use hpterm and use the resource Roman8 false (see man page) or for any term try using xset -fp roman8 font path (to find this out use xset -q , it;s normally the first one listed hence the reason you get roman8 fonts more or less by default).

good luck !