aboutsummaryrefslogtreecommitdiffstats
path: root/setsysfont
diff options
context:
space:
mode:
Diffstat (limited to 'setsysfont')
-rwxr-xr-xsetsysfont5
1 files changed, 5 insertions, 0 deletions
diff --git a/setsysfont b/setsysfont
index aabe4cce..5f818a9f 100755
--- a/setsysfont
+++ b/setsysfont
@@ -12,6 +12,11 @@ case "$LANG" in
exec unicode_start $SYSFONT $SYSFONTACM
fi
;;
+ *)
+ if /sbin/consoletype fg ; then
+ exec unicode_stop
+ fi
+ ;;
esac
if [ -x /bin/setfont ]; then