mobile-shell / mobile-shell/mosh
Option to disable mosh-client repaint on Ctrl-L
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 14.5k
- Forks
- 865
- PR merge metrics
- No merged PRs in 30d
Description
Pressing Ctrl-L in mosh seems to be triggering a client-side repaint. This is good for single-terminal sessions, but it's not always desirable. For example, when using https://github.com/christoomey/vim-tmux-navigator, Ctrl-L becomes a navigation keystroke, so mosh repaints every time you navigate to the right which can be jarring and laggy.
Would it be possible to have an option to disable this client-side repaint prediction?
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
The issue names mosh-client and the Ctrl-L repaint behavior but no file or test. Start by locating the Ctrl-L handling and client-side repaint prediction entry points, then determine how an option could disable that repaint without changing the navigation keystroke; done means the option works and the existing behavior remains unchanged by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100