gnodet commented on a change in pull request #70:
URL: https://github.com/apache/maven-shared-utils/pull/70#discussion_r564009153
##########
File path: src/main/java/org/apache/maven/shared/utils/logging/MessageUtils.java
##########
@@ -201,4 +201,21 @@ public void run()
Runtime.getRuntime().addShutdownHook( shutdownHook );
}
}
+
+ /**
+ * Get the terminal width or 0 if the width can not be determined.
+ *
+ * @return the terminal width
+ */
+ public static int getTerminalWidth()
Review comment:
I've added a unit test, but I'm a bit skeptical as it's really tied to
Jansi's internal and is mostly about checking that `getTerminalWidth()` returns
the value that will be returned by the underlying implementation.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]