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:
parent
7ffd6180a7
commit
ce0a62f6c5
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue