mobile-shell / mobile-shell/mosh
Timeout counter display when disconnected
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 14.5k
- Forks
- 865
- PR merge metrics
- No merged PRs in 30d
Description
When I get disconnected but have the konsole window hidden and then I finally make it visible again, only a fraction of the counter is shown in the top line - first only the last digit, then on overflow the next digit, and so on.
I think the whole message should be redrawn.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the display problem by disconnecting with the konsole window hidden, then making it visible again. Trace the timeout counter's redraw path and verify that the complete counter message is visible immediately after the window is shown, including when the value overflows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100