-
Notifications
You must be signed in to change notification settings - Fork 3
More fixes for windows, coordination calculation bugs #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This shouldn't matter in VT input mode with win32-input-mode, but in the case we see a terminal that supports VT input mode but not win32-input-mode.
This was responsible for strange corruption in demos, etc.
WalkthroughThis pull request addresses Windows terminal support and cursor positioning bugs. The README documentation is updated to reflect Windows support. Mouse selection boundaries are corrected to include edge cells. Windows key-event handling is refined to avoid capturing non-press events. Window size retrieval is refactored to use local variable computation. Cursor positioning is changed from 0-based to 1-based output, and WezTerm-specific CSI U mode handling is simplified. Changes
Estimated code review effortπ― 3 (Moderate) | β±οΈ ~20 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touchesβ Passed checks (3 passed)
β¨ Finishing touchesπ§ͺ Generate unit tests (beta)β Unit Test PR creation complete.
π Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro π Files selected for processing (4)
π§° Additional context usedπ§ Learnings (3)π Learning: 2025-12-08T19:10:45.974ZApplied to files:
π Learning: 2025-12-08T19:17:33.657ZApplied to files:
π Learning: 2025-12-08T19:16:26.974ZApplied to files:
π Additional comments (7)
Comment |
|
Note Unit test generation is an Early Access feature. Expect some limitations and changes as we gather feedback and continue to improve it. Generating unit tests... This may take up to 20 minutes. |
|
Caution The CodeRabbit agent's plans did not produce any file changes. |
Summary by CodeRabbit
Documentation
Bug Fixes
βοΈ Tip: You can customize this high-level summary in your review settings.