microsoft / microsoft/terminal

About backspace in cursor erase state

Open
#359 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area-VT Issue-Bug Product-Conpty Work-Item
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.

c__windows_system32_cmd

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.