mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
Too long messages in console go off "screen" #454
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tuAntonioo on GitHub (Sep 25, 2025).
Current Behavior
Like on the screen below
Expected Behavior
let it be formatted correctly
Steps to Reproduce
Let something throw big message
Panel Version
1.0.0-beta23
Wings Version
1.0.0-beta23
Games and/or Eggs Affected
Minecraft (Paper)
Docker Image
No response
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Sep 25, 2025):
If you refresh the page, does it correctly trim it to the next line?
@tuAntonioo commented on GitHub (Sep 25, 2025):
Nope
@tuAntonioo commented on GitHub (Sep 25, 2025):
it's not the first time I see that happening
@notAreYouScared commented on GitHub (Sep 25, 2025):
I have a feeling it's a bug with xterm, and it being a long continuous string instead of actual words that it can trim to the next line.
@notAreYouScared commented on GitHub (Sep 25, 2025):
Looks like the issue might just be the last few characters aren't trimmed and are hidden by the scroll wheel.