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


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

xterm +sb -geom "80x25+150+135" -tn xterms -title animator \
	-e unikixanim $1 $2 $3 &

exit 0
