Re: [PR] Use full terminal width in CLI with Maven 4 [maven-mvnd]

2023-10-16 Thread via GitHub
gnodet closed pull request #889: Use full terminal width in CLI with Maven 4 URL: https://github.com/apache/maven-mvnd/pull/889 -- 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.

Re: [PR] Use full terminal width in CLI with Maven 4 [maven-mvnd]

2023-10-16 Thread via GitHub
gnodet commented on PR #889: URL: https://github.com/apache/maven-mvnd/pull/889#issuecomment-1763881152 The terminal width is sent by the client. A proposed fix is available at https://github.com/apache/maven-mvnd/pull/891 -- This is an automated message from the Apache Git Service. To

Re: [PR] Use full terminal width in CLI with Maven 4 [maven-mvnd]

2023-10-15 Thread via GitHub
gnodet commented on PR #889: URL: https://github.com/apache/maven-mvnd/pull/889#issuecomment-1763474841 Your PR is wrong. Jansi cannot be used as there's no terminal. I'll try to investigate. -- This is an automated message from the Apache Git Service. To respond to the message, please

[PR] Use full terminal width in CLI with Maven 4 [maven-mvnd]

2023-10-14 Thread via GitHub
KasNotten opened a new pull request, #889: URL: https://github.com/apache/maven-mvnd/pull/889 I am trying to solve the following issue: #870 As far as I can determine this code (Also contains some test code which can be removed later) should work for using the full terminal width in