Syntax
MAXIMUMDISPLAYWIDTH integer_value
Description
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.
Example
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!