MAXIMUMDISPLAYWIDTH integer_value
Sets the largest display width for columns to the specified value. This is generally used to increase the default value in order to display large blocks of text.
ij> maximumdisplaywidth 3; ij> VALUES 'NOW IS THE TIME!'; 1 --- NOW ij> maximumdisplaywidth 30; ij> VALUES 'NOW IS THE TIME!'; 1 ---------------- NOW IS THE TIME!