Replies: 2 comments 2 replies
-
Ack, it should check the terminal width. I'll give it a look... |
Beta Was this translation helpful? Give feedback.
2 replies
-
Merged now, to be included in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes a long error message is split into 2 lines. This makes it harder to read IMHO, and also hard to parse with a script. Example:
It looks like it assumes a default terminal width of 79 characters.
curl/src/tool_msgs.c
Line 49 in 53b4dfe
Can this behavior be adjusted? Perhaps use the existing
COLUMNS
variable or a new one.Beta Was this translation helpful? Give feedback.
All reactions