Does not honor terminal resizes
Open
Nobody has claimed this yet.
🐛 Type: Bug
👆 Is Upstream
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
- OS version and name: Mac OS X Sierra
- Hyper.app version: 1.3.1
- Link of a Gist with the contents of your .hyper.js: default
- Relevant information from devtools: N/A
- The issue is reproducible in vanilla Hyper.app: Is Vanila
Issue
Hyper does not honor "\033[8;%d;%dt", rows, cols"
Hyper should emulate that sequence correctly and resize itself when receiving that command.
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 in the issue. Start by reproducing the problem in vanilla Hyper with the \033[8;%d;%dt resize sequence, then trace how Hyper handles terminal escape sequences and window dimensions. Done means Hyper resizes itself correctly when it receives that command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100