Command shows extra tail if command text is longer than 74 character

Issue #212 closed
Dmitry Kasatsky created an issue

This does not always happen. Conditions will be specified later.

Run the following command:

echo 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890

Expected result:

123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890

Actual result:

567890
123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890

Comments (3)

  1. Log in to comment