microsoft / microsoft/terminal
About backspace in cursor erase state
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
It is outputting a text file named "curhide", in which the cursor erase sequence is written.
Looking at the sequence, it should be (^[[25h) (\b) (0x20) (\b) (^[[25l),
It is like this, (^[[25h) (\b) (0x20) (^[[25l),
Also, although erase sequence is output, it can not be erased.
There is no problem when the cursor is displayed.

Contributor guide
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 cursor erase-state behavior described in the issue and inspect the console cursor erase handling associated with the output file named "curhide." Compare the emitted sequence with the sequence listed in the report, then verify that the erase operation works when the cursor is hidden.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100