When scrolled up in a buffer, pressing CTRL+C doesn't scroll you down to your prompt
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
-
I am on the latest Hyper.app version
-
I have searched the issues of this repo and believe that this is not a duplicate
-
OS version and name: Windows 10 Pro 18.09 (latest stable channel)
-
Hyper.app version: 2.1.0-canary.2
-
Link of a Gist with the contents of your .hyper.js: https://gist.github.com/nickjj/c06023f842828abbc258ae757a76d760
-
The issue is reproducible in vanilla Hyper.app: Yes
Issue
If you have a buffer of text beyond 1 page, you can focus your tab / pane and hit Enter or press any key and you will be scrolled down to your prompt automatically. This is the expected behavior.
If you have a buffer of text beyond 1 page, you can focus your tab / pane and hit CTRL + C but your scroll position won't change, leaving your prompt out of view but if you manually scroll down you will see that the CTRL+C input was accepted because you'll see the ^C lines.
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 issue in Hyper 2.1.0-canary.2 on Windows 10 with a buffer longer than one page, comparing Enter or another key with Ctrl+C. Trace the terminal buffer scrolling and Ctrl+C input handling; done means Ctrl+C is accepted and the view returns to the prompt instead of leaving it out of view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100