Skip to content

docs: add troubleshooting for mouse wheel and Shift+Enter issues#801

Open
GautamKumarOffical wants to merge 2 commits into
CodebuffAI:mainfrom
GautamKumarOffical:docs/windows-troubleshooting
Open

docs: add troubleshooting for mouse wheel and Shift+Enter issues#801
GautamKumarOffical wants to merge 2 commits into
CodebuffAI:mainfrom
GautamKumarOffical:docs/windows-troubleshooting

Conversation

@GautamKumarOffical

Copy link
Copy Markdown

Summary

Adds troubleshooting documentation for Windows mouse wheel and Shift+Enter issues.

Closes #789

What this PR does

Adds a new troubleshooting section to WINDOWS.md for known terminal input issues:

  • Mouse wheel behaving like arrow keys in MobaXTerm/Git Bash
  • Shift+Enter not creating newlines in older terminals

Solutions documented

  1. Use Windows Terminal (recommended)
  2. Use VS Code integrated terminal
  3. Use PowerShell 7+

Why this helps

These issues are caused by incomplete terminal escape sequence support in older terminal emulators. The documentation helps users understand the problem and provides clear solutions.

Gautam Kumar added 2 commits June 18, 2026 08:43
Adds documentation for known Windows terminal issues:
- Mouse wheel behaving like arrow keys
- Shift+Enter not creating newlines

Includes solutions for MobaXTerm, Git Bash, and older terminals.

Closes CodebuffAI#789
…X issues

Documents known Linux-specific issues:
- CLI menu freeze on Enter (CodebuffAI#775)
- Path-sandbox error for skills (CodebuffAI#767)
- SIGILL on older CPUs (CodebuffAI#797)

Includes workarounds and general troubleshooting tips.

Closes CodebuffAI#775, CodebuffAI#767, CodebuffAI#797
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mouse wheel stops working after some usage on Windows Terminal

1 participant