j***y 发帖数: 2074 | 1 我的平台是Windows NT 4.0上架的Exceed 6.2,Unix的服务器在另一个房间。
我每次从Workstation上用Exceed登进Unix时都会跑出来个c shell的窗口。
我喜欢用xterm,所以我编辑我目录下的启动配置文件.openwin-ini相关部分如下:
#toolwait shelltool -Wp 239 108 -Ws 593 461 -WP 1085 484 +Wi
toolwait xterm
toolwait xterm
toolwait xterm
toolwait xterm
可这4个xterm windows跑出来的时候是一个叠一个下来的,就象是Windows软件中多窗口
的Cascade方式。我能不能让这4个窗口整齐地排列在4个象限之内呢?
谢谢。 | m*****e 发帖数: 4193 | 2 man xterm
try -geomery
【在 j***y 的大作中提到】 : 我的平台是Windows NT 4.0上架的Exceed 6.2,Unix的服务器在另一个房间。 : 我每次从Workstation上用Exceed登进Unix时都会跑出来个c shell的窗口。 : 我喜欢用xterm,所以我编辑我目录下的启动配置文件.openwin-ini相关部分如下: : #toolwait shelltool -Wp 239 108 -Ws 593 461 -WP 1085 484 +Wi : toolwait xterm : toolwait xterm : toolwait xterm : toolwait xterm : 可这4个xterm windows跑出来的时候是一个叠一个下来的,就象是Windows软件中多窗口 : 的Cascade方式。我能不能让这4个窗口整齐地排列在4个象限之内呢?
| j***y 发帖数: 2074 | 3 how to get the help of xterm on topic of geometry?
one of the shortcoming of Unix is its help, you know.
i tried: "man xterm", "xterm -help", can't get the information i need.
would you give me an example?
thanks,
窗口
【在 m*****e 的大作中提到】 : man xterm : try -geomery
| j***y 发帖数: 2074 | 4 haha, let me reply myself:
in the file ".openwin-init", write as follows:
exec xterm -geometry 80x24+15+5 &
exec xterm -geometry 80x24+515+5 &
exec xterm -geometry 80x24+15+365 &
exec xterm -geometry 80x24+515+365 &
thank microbe for his hints.
:
多
【在 j***y 的大作中提到】 : how to get the help of xterm on topic of geometry? : one of the shortcoming of Unix is its help, you know. : i tried: "man xterm", "xterm -help", can't get the information i need. : would you give me an example? : thanks, : : 窗口
|
|