Rework fix of terminal width support on MINGW (fixes #290)#291
Rework fix of terminal width support on MINGW (fixes #290)#291rostidev wants to merge 1 commit intofusesource:masterfrom
Conversation
gnodet
left a comment
There was a problem hiding this comment.
You removed support for differentiating stdout and stderr, is there any reason for that ?
There are two main reasons:
The |
Supporting both stdout and stderr is important imho. That's a pretty common use case for java apps running in terminals.
Well, it calls The output should still be usable and report the correct width.
Then we could go to JNI ? |
|
You're right, I didn't think about pipes and redirections. So the first reason is not relevant but the second still is. I mean Another any maybe the best option is indeed JNI. The |
No description provided.