mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
The client should reserve lines to avoid hops in the output display, fixes #414
This commit is contained in:
@@ -542,6 +542,9 @@ public class TerminalOutput implements ClientOutput {
|
||||
lines.addAll(logs);
|
||||
remLogLines -= logs.size();
|
||||
}
|
||||
while (remLogLines-- > 0 && lines.size() <= maxThreads + 1) {
|
||||
lines.add(AttributedString.EMPTY);
|
||||
}
|
||||
} else {
|
||||
int skipProjects = projectsCount - dispLines;
|
||||
for (Project prj : projects.values()) {
|
||||
|
||||
Reference in New Issue
Block a user