services: console-font: Don't emit the IUTF8 console code.

Fixes <https://bugs.gnu.org/30505>.

* gnu/services/base.scm (unicode-start): Remove 'display' call to FD for
"\x1b%G" console code.
This commit is contained in:
Ludovic Courtès 2018-02-19 21:45:53 +01:00
parent 7ffd6180a7
commit ce0a62f6c5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 3 deletions

View File

@ -679,9 +679,6 @@ to add @var{device} to the kernel's entropy pool. The service will fail if
(logior (input-flags IUTF8) (logior (input-flags IUTF8)
(termios-input-flags termios)))) (termios-input-flags termios))))
;; See console_codes(4).
(display "\x1b%G" (fdes->outport fd))
(tcsetattr fd (tcsetattr-action TCSAFLUSH) (tcsetattr fd (tcsetattr-action TCSAFLUSH)
(set-utf8-input termios)) (set-utf8-input termios))