blob: 084312c51af868a90cb96ef83a259a9a64cef63b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
setenv PATH $PATH\:/opt/radware/bin
setenv RADWARE_HOME /opt/radware
# these variables point to directories containing various RadWare files
setenv RADWARE_FONT_LOC $RADWARE_HOME/font
setenv RADWARE_ICC_LOC $RADWARE_HOME/icc
setenv RADWARE_GFONLINE_LOC $RADWARE_HOME/doc
# this variable specifies whether to ring the bell in RadWare cursor routines
setenv RADWARE_CURSOR_BELL y
# setenv RADWARE_CURSOR_BELL n
# this variable specifies whether to overwrite existing files
setenv RADWARE_OVERWRITE_FILE ask
# setenv RADWARE_OVERWRITE_FILE y
# setenv RADWARE_OVERWRITE_FILE n
# this variable specifies whether to require the return key in Y/N questions
setenv RADWARE_AWAIT_RETURN n
# setenv RADWARE_AWAIT_RETURN y
# this variable specifies the requested initial size of the level scheme
# display in xmgls, xmesc and xmlev (width and height in pixels)
setenv RADWARE_XMG_SIZE 600x500
|