We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b6c6e commit 5fee4acCopy full SHA for 5fee4ac
src/firstboot/firstboot.c
@@ -131,6 +131,8 @@ static void print_welcome(int rfd) {
131
pn = os_release_pretty_name(pretty_name, os_name);
132
ac = isempty(ansi_color) ? "0" : ansi_color;
133
134
+ (void) reset_terminal_fd(STDIN_FILENO, /* switch_to_text= */ false);
135
+
136
if (colors_enabled())
137
printf("\nWelcome to your new installation of \x1B[%sm%s\x1B[0m!\n", ac, pn);
138
else
0 commit comments