guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: 02/06: services: console-font: Don't emit the IUTF8 console code.
Date: Mon, 19 Feb 2018 16:33:13 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ce0a62f6c5c8ea486869360f654356777cdf918e
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 19 21:45:53 2018 +0100

    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.
---
 gnu/services/base.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 1ad7c23..69e211f 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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]