summarylogtreecommitdiffstats
path: root/radware.sh
blob: c60c5dc62ea567df11b70407fd76c4360049e217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export RADWARE_HOME=/usr

#   these variables point to directories containing various RadWare files
    export RADWARE_FONT_LOC=$RADWARE_HOME/share/fonts/radware
     export RADWARE_ICC_LOC=$RADWARE_HOME/share/radware/icc
export RADWARE_GFONLINE_LOC=$RADWARE_HOME/share/doc/radware

#   this variable specifies whether to ring the bell in RadWare cursor routines
export RADWARE_CURSOR_BELL=y
# export RADWARE_CURSOR_BELL=n

#   this variable specifies whether to overwrite existing files
export RADWARE_OVERWRITE_FILE=ask
# export RADWARE_OVERWRITE_FILE=y
# export RADWARE_OVERWRITE_FILE=n

#   this variable specifies whether to require the return key in Y/N questions
export RADWARE_AWAIT_RETURN=n
# export 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)
export RADWARE_XMG_SIZE=600x500