summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
Diffstat (limited to 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index d2260e09f..d55b2e62a 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -2339,6 +2339,9 @@ static void output_special_char(unsigned char c, struct options *op,
uname(&uts);
switch (c) {
+ case 'e':
+ fputs("\033", stdout);
+ break;
case 's':
printf("%s", uts.sysname);
break;