Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 31/May/12 3:35 AM
Description:

Noticing that Rake always truncate my output for `rake -T` at 80 chars (which is quite annoying), I wondered what was not working.

Rake uses `stty size` and `tput cols` to guess the terminal width.
The first gives "stty: stdin isn't a terminal" and the second returns 80, which is not my terminal width (176).

So, what is the recommended way to obtain the terminal width in JRuby?

(Adding export RAKE_COLUMNS=$COLUMNS in my .zshrc works but that's just a workaround for rake)

Project: JRuby
Priority: Major Major
Reporter: Benoit Daloze
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to