Split scrollback
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 168
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
When scrolling through history, split the screen to keep the latest messages in view. This would be something like the top 3/4 dedicated to scrollback and the bottom 1/4 for new messages. If there are no new messages, then there is no need to split the screen when in scrollback.
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
No files or tests are named. Start by locating the console client's scrollback and message-rendering entry points, then determine how history and incoming messages are displayed. Done means scrolling history keeps the latest messages visible in a lower area, while no split is shown when there are no new messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100