Skip to content

Commit 36d1eba

Browse files
authored
Merge pull request #718 from pionxe/main
fix(tuiv2): 修复浮层回车不关闭/多行错位,完成 Phase 9 Command Prompt 与交互增强体系
2 parents b372019 + c37f89c commit 36d1eba

33 files changed

Lines changed: 4964 additions & 82 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ web/release/
5858
web/dist-electron/
5959
/.baoyu-skills/
6060
.neocode/skills
61+
neocode-tuiv2

cmd/neocode-tuiv2/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func main() {
3838
tea.WithInput(os.Stdin),
3939
tea.WithOutput(os.Stdout),
4040
tea.WithAltScreen(),
41+
tea.WithMouseCellMotion(),
4142
).Run(); err != nil {
4243
fmt.Fprintf(os.Stderr, "start TUI v2: %v\n", err)
4344
os.Exit(1)

0 commit comments

Comments
 (0)