Skip to content
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

Fix broken terminal output #458

Merged
merged 1 commit into from
May 5, 2024

Conversation

ssvine
Copy link
Contributor

@ssvine ssvine commented Apr 15, 2024

This pull request fixes this issue.

There are a number of problems with terminal output:

  • Terminal output is broken when a command is failed (SCP commands)
  • If panels are shown, then executing a command causes terminal to clear the previous output. This is very annoying. Far does not clear terminal under the same conditions
  • If Far is working with ConEmu console emulator in BufferHeight mode ON, then executing command is not showing: for example, if pwd is entered, then a line $ pwd is not shown.

This problems are fixed with this pull request.

Copy link

sonarcloud bot commented Apr 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@michaellukashov michaellukashov merged commit 89589bf into michaellukashov:main May 5, 2024
2 checks passed
@ssvine ssvine deleted the fix-broken-output branch May 5, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bad recovery screen after bad commands
2 participants