: $Workfile:   kixaniSUN.sh  $ $Revision:   1.0  $
#**********************************************************************#
#*                                                                    *#
#* Copyright (c) 2001 by Sun Microsystems, Inc.                       *#
#* All rights reserved.                                               *#
#*                                                                    *#
#**********************************************************************#


# kixaniSUN
# call unikixanim when Sun MTP is in window mode
# params: user area number, terminal process id	and global terminal table index

# shelltool parameters are not required, they are:
#	-Wf	foreground color
#	-Wb	background color
#	-Wg	use colors differently
#	-Ww	80 column width	to window
#	-Wl	34 row length to window
#	-Wp	position on screen for window

shelltool -Wf 255 50 255 -Wb 250 250 255 -Wg -Ww 80 -Wh	34 \
	-Wp 250	250 unikixanim $1 $2 $3
exit 0
