The MaximumDisplayWidth command sets the largest display width for columns to the specified value.
This command is generally used to increase the default value in order to display large blocks of text.
MAXIMUMDISPLAYWIDTH integer_value
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!