aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/services/base.scm3
1 files changed, 0 insertions, 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))