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:
parent
cf5a899751
commit
9b6e0ce5ac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user