#!/bin/sh
# stop unicode
kbd_mode -a
stty -iutf8
if test -t ; then
	echo -n -e '\033%@'
fi
