kingToolbox / kingToolbox/WindTerm
命令补全:输入过 \表示命令行换行操作的命令 在补全时出现卡死
Open
- Dominant language
- C
- Stars
- 32.3k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
比如输入
```
ls \
/home/xxx
```
在补全时 仅出现ls \,伴随着终端卡死,周而复始
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the problem in the command-completion flow with `ls \` followed by `/home/xxx`, and observe the repeated freeze where only `ls \` appears. Trace how a trailing backslash and continued command input are parsed during completion; done means completion remains responsive and handles the continued command correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100