index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2020-10-22 09:31:14 -0700 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-11-26 15:47:47 +1000 |
commit | 2859a6eefcb465a382267c6e5981192c6a54f5bb (patch) | |
tree | e1033093b4af8d075727b37339d6cccbcb62aaa9 /src | |
parent | 94ac3330dd3a42958ad5d9606ec254bc112936bf (diff) |
-rw-r--r-- | src/pacman/callback.c | 1 |
diff --git a/src/pacman/callback.c b/src/pacman/callback.c index 4240a779..53518101 100644 --- a/src/pacman/callback.c +++ b/src/pacman/callback.c @@ -226,6 +226,7 @@ static int number_length(size_t n) void cb_event(alpm_event_t *event) { if(config->print) { + cursor_goto_end(); return; } switch(event->type) { |