#
#

if [ -x /usr/openwin/bin/htt ]; then 
	# OpenWindows
	if [ "_$_sunximswm" = "_olwm" ] ; then
		: # ATOK12 does not support OpenWindows
		: # do not unset DTSTARTIMS in this case
	# CDE
	else
		echo "*preeditType: rootwindow" | /usr/openwin/bin/xrdb -m

		/usr/openwin/bin/htt \
			-so -nosm -xim htt_xbe \
			> /dev/null 2>&1 &
		DISABLE_MULTI_SCRIPT_IM=true; export DISABLE_MULTI_SCRIPT_IM
		unset DTSTARTIMS
	fi
fi
