-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output to stderr should be captured on run and displayed as pop-up (configurable) #2268
Comments
Something could be done, especially with long-running and 'chatty' programs that keep polluting terminal. However I wonder if it's not easier just to add 2>/dev/null in place where one defines such helpers, thus having the ability to supress some of them while saving others.
And for the ones that are kept I'd like them to clutter only a part of the screen (let's say from the half to mini status) without shifting vertically panels, so I won't have to press ctrl-l to get reliable navigation back. |
|
|
maybe try this?
|
Branch: 2268_FISH_hide_panels_before_connect |
It is not FISH-specific problem. The general solution must be found. |
Ok, I believe we found a nice solution for FISH. My vote for that.
For other cases (run programs associated with various file types), mc.ext shoult be fixed using 2>/dev/null as Gotar proposed. |
|
Merged: [fa5eaac] |
|
I don't understand why this ticket is closed. The FISH issue is fixed, but there's still a generic issue with the representation of stderr output. mc.ext is not fixed and a solution for stderr corrupting the screen is not implemented. |
|
|
|
Important
This issue was migrated from Trac:
zaytsev
(@zyv)dkorzhevin
(dkorzhevin@….net),Dogen
(samuel.sh79@….com),zaytsev
(@zyv),gotar@….pl
Hi!
Forwarded from Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581175
I think there is a room for discussion, whether this has to be implemented or not and if yes, how. If the consensus is that this will never be implemented I will close the downstream bug.
Z.
The text was updated successfully, but these errors were encountered: