Re: [Jprogramming] Displaying boxed tables

2016-03-31 Thread neitzel
> If you are working on a different OS (linux? mac?) or a different kind > of terminal emulator, then the details will be different. Yes, depending on the terminal / terminal emulation you are using, you'll get wrapped lines or a horizontal bar for the long lines. Wrapping can only wrap what's th

Re: [Jprogramming] Displaying boxed tables

2016-03-30 Thread Raul Miller
If you are using jconsole, then the wrapping is induced by the terminal emulator that hosts jconsole. For example, if you are using cmd under windows, you can use the menu from the upper left hand corner of the window (the leftmost image in the title bar on my windows machine), and then go to the

Re: [Jprogramming] Displaying boxed tables

2016-03-30 Thread robert therriault
Ryan, You should be able to set that up in a config file as well so that you do not have to execute the 9!:37 in every new session, assuming that the console uses a config file (I usually work from the jqt or jhs ide's, so my knowledge of the console is pretty minimal). Cheers, bob > On Mar 3

Re: [Jprogramming] Displaying boxed tables

2016-03-30 Thread Ryan Eckbo
I was able to reduce the maximum line length using 9!:37 ] 0 180 8 8 (default is 0 256 0 222, where 256 is max line length). Now the lines don't wrap in my jconsole. Thanks! Ryan On 30 Mar 2016, at 17:30, robert therriault wrote: Ryan, I am not sure where you are seeing wrapping, but i

Re: [Jprogramming] Displaying boxed tables

2016-03-29 Thread robert therriault
Ryan, I am not sure where you are seeing wrapping, but in order to see more of the information onscreen for each line take a look at the 9!:37 foreign conjunction. Hope this helps, bob > On Mar 29, 2016, at 11:01 PM, Raul Miller wrote: > > What are you using to display the tables? They do not

Re: [Jprogramming] Displaying boxed tables

2016-03-29 Thread Raul Miller
What are you using to display the tables? They do not wrap for me. Thanks, -- Raul On Wed, Mar 30, 2016 at 1:21 AM, Ryan Eckbo wrote: > When I have large boxed tables, the rows wrap when they are displayed, > making it hard to see what's going on. How can I change the formatting > so that wr

[Jprogramming] Displaying boxed tables

2016-03-29 Thread Ryan Eckbo
When I have large boxed tables, the rows wrap when they are displayed, making it hard to see what's going on. How can I change the formatting so that wrapping is turned off? Thanks, Ryan -- For information about J forums see http