1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

delta: fix output alignment of [REDIRECTED] entries

This commit is contained in:
Ivan Shapovalov 2014-12-14 16:04:01 +03:00 committed by Zbigniew Jędrzejewski-Szmek
parent cf5a899751
commit 9b6e0ce5ac

View File

@ -123,7 +123,7 @@ static int notify_override_redirected(const char *top, const char *bottom) {
if (!(arg_flags & SHOW_REDIRECTED))
return 0;
printf("%s%s%s %s %s %s\n",
printf("%s%s%s %s %s %s\n",
ansi_highlight(), "[REDIRECTED]", ansi_highlight_off(),
top, draw_special_char(DRAW_ARROW), bottom);
return 1;