Github user PommeVerte commented on the issue:

    https://github.com/apache/tinkerpop/pull/337
  
    Jline should have some support for obtaining terminal width though it might 
not be all that reliable : 
    ```java
    jline.TerminalFactory.get().getWidth();
    ```
    I think the above might fail in some instances such as resizing the window 
after launching the app, or if the users are using a shell that doesn't support 
some column global envs. So falling back to 75 might be a good approach if the 
above doesn't return a width.
    
    This looks good. VOTE +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to