Commit 031ff4c
fix: remove REPORT_EVENT_TYPES flag to prevent double input in iTerm
Remove KeyboardEnhancementFlags::REPORT_EVENT_TYPES flag which was causing
double input issues on iTerm where key press and release events were being
processed separately. Other screens don't filter for KeyEventKind::Press,
so they were receiving duplicate events.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 70276a9 commit 031ff4c
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
0 commit comments