1754787 Members
4008 Online
108825 Solutions
New Discussion юеВ

dtterm command

 
SOLVED
Go to solution
Jasmin Berube
Advisor

dtterm command

I red the man page of dtterm command and they explain the -geometry option to set terminal size and position but they don't give exemple of what they call "geometry-string" so i was wondering if someone knows how to position the window using this option.
I found how to set the size that way:
dtterm -geometry 40x40
but what about the positionning?
3 REPLIES 3
Paul Hite
Trusted Contributor
Solution

Re: dtterm command

Try -geometry 30x30+5+80
or whatever. You can also do: -geometry +5+80
and accept the default for size.
Mike Stroyan
Honored Contributor

Re: dtterm command

The -geometry option is generic to X applications.
Have a look at "man X" or at
http://docs.hp.com/dynaweb/hpux10/hpuxen0a/b326/@Generic__BookView?DwebQuery=GEOMETRY+SPECIFICATIONS
Tom Danzig
Honored Contributor

Re: dtterm command

The first two numbers (##x##) are the width and height of the window (in characters/lines or pixels; I forget). The second two are the offset fom the top left corner of the screen in pixels.