From 9022562ab0220a2a260e98bd5d44c58d5f72e276 Mon Sep 17 00:00:00 2001 From: Roman Kyrylych Date: Tue, 4 May 2010 01:22:34 +0300 Subject: Bring back \e(K to locale.sh See FS#18759 for more details. Signed-off-by: Roman Kyrylych --- functions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions b/functions index efed083..672eed2 100644 --- a/functions +++ b/functions @@ -289,6 +289,9 @@ set_consolefont() { if [ $? -ne 0 ]; then stat_fail else + if [ -n "$CONSOLEMAP" ]; then + echo 'if [ "$CONSOLE" = "" -a "$TERM" = "linux" -a -t 1 ]; then printf "\033(K"; fi' >>/etc/profile.d/locale.sh + fi stat_done fi fi -- cgit v1.2.3