1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-06 17:18:12 +03:00

add death face

cause why the hell not?
This commit is contained in:
Vincent392 2024-02-16 13:08:03 +00:00 committed by GitHub
parent 92d1419eb8
commit c36a3192f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,6 +181,11 @@ static int display_emergency_message_fullscreen(const char *message) {
ret = log_warning_errno(r, "Failed to write to terminal: %m");
goto cleanup;
}
r = loop_write(r, "X_X");
if (r < 0) {
ret = log_warning_errno(r, "Failed to write death face to terminal, ignoring: %m");
}
qr_code_start_row = w.ws_row * 3U / 5U;
qr_code_start_column = w.ws_col * 3U / 4U;