From ce0a62f6c5c8ea486869360f654356777cdf918e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 19 Feb 2018 21:45:53 +0100 Subject: services: console-font: Don't emit the IUTF8 console code. Fixes . * gnu/services/base.scm (unicode-start): Remove 'display' call to FD for "\x1b%G" console code. --- gnu/services/base.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 1ad7c2320a..69e211ffa3 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -679,9 +679,6 @@ to add @var{device} to the kernel's entropy pool. The service will fail if (logior (input-flags IUTF8) (termios-input-flags termios)))) - ;; See console_codes(4). - (display "\x1b%G" (fdes->outport fd)) - (tcsetattr fd (tcsetattr-action TCSAFLUSH) (set-utf8-input termios)) -- cgit v1.2.3