fix(terminal): restore multilingual Vim visual copy - #156
Merged
Conversation
- 删除 apps/electron 目录,运行时不再依赖 Electron 工具链 - 清理 eslint.config.js 中 electron 专用 glob 与规则覆盖 - 清理 .gitignore 中 electron 构建产物忽略项 - 清理 scripts/sync-version-from-root.mjs 中 electron 版本同步分支 - 重建 package-lock.json,npm audit 高危漏洞从 20 降至 6
- 升级 eslint 和 @eslint/js 从 v9 到 v10 - 移除 eslint-plugin-react(上游未声明兼容 ESLint v10) - 引入 @eslint-react/eslint-plugin 替代 React lint 规则 - 将 eslint.config.js 迁移为 eslint.config.mjs(ESM,@eslint-react 要求) - 关闭 @eslint-react 新增的严格规则,保持与原 lint 覆盖度一致 - npm audit 高危漏洞从 6 降至 0
6.0.4 版本导致 Tauri 应用窗口启动后长时间黑屏, 回退到 6.0.2 修复启动卡顿问题。
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
2.1.4Root cause
When Vim enables mouse tracking, xterm.js does not maintain a normal local selection. The renderer now reads Vim's highlighted buffer cells and the active cursor endpoint, while recognizing the official localized Visual/line/block labels from Vim's gettext catalogs. It does not treat arbitrary
-- … --status messages such as Insert mode as Visual.Validation
npm run typecheck -w @fileterm/taurinpm run lintnpx prettier --check apps/tauri packages/core packages/shared packages/storagenpm run test:tauri(180 unit tests + 19 contract tests)cargo clippy --manifest-path apps/tauri/src-tauri/Cargo.toml --locked --all-targets --all-features -- -D warnings