krushiraj / krushiraj/krushiraj.github.io
Scroll the view when the content exceeds height of the screen.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
ISSUE:
Whenever there is new content being printed on the terminal it doesn't scroll to the end of the content automatically.
STEPS for recreation:
Enter some commands which outputs a large amount of content. Say `help` command. Enter the help command continuously till the content exceeds the height of the screen.
Expected behavior is when a command outputs a large amount of data the focus should be at the place right after the last line of the output i.e., the content should be scrolling no matter what is being printed as output.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the terminal view and the code that renders newly printed command output. Reproduce the issue by entering `help` repeatedly until the content exceeds the screen height, then inspect how the output container handles scrolling. Done means the view stays focused after the latest output and the behavior can be verified with large terminal output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100