Automatic line wrapping doesn't seem to take into account the wrapping caused by printing newline characters (#TC[2]). So if I display a character vector that includes newline characters, I get extra line wraps.
APL should reset its "current column" value to 1 whenever a newline is printed in order to avoid this extra line wrapping. --- Brian