Skip to content
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

Restrict forwarding of some of the inputs while in normal mode #1500

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

Yaraslaut
Copy link
Member

Closes #1468
Restrict forwarding of some of the events while in normal mode:

  • mouse press
  • keys like 'Enter', 'ESC', 'Tab', 'Shift'

@github-actions github-actions bot added the VT: Backend Virtual Terminal Backend (libterminal API) label Apr 23, 2024
@Yaraslaut Yaraslaut force-pushed the fix/input_forwarding branch 3 times, most recently from a6cd6ab to 54b15b8 Compare April 28, 2024 14:50
@github-actions github-actions bot added VT: rasterizer Rendering of the terminal into a pixmap using `terminal_renderer` library fonts font rasterization and text shaping API and platform implementations labels Apr 28, 2024
@Yaraslaut Yaraslaut force-pushed the fix/input_forwarding branch from 54b15b8 to 50930ec Compare April 28, 2024 14:51
@github-actions github-actions bot removed VT: rasterizer Rendering of the terminal into a pixmap using `terminal_renderer` library fonts font rasterization and text shaping API and platform implementations labels Apr 28, 2024
@Yaraslaut Yaraslaut force-pushed the fix/input_forwarding branch from 50930ec to cf1b1ac Compare May 29, 2024 15:05
Signed-off-by: Christian Parpart <christian@parpart.family>
@christianparpart christianparpart merged commit e7cc00c into master Jun 20, 2024
24 of 25 checks passed
@christianparpart christianparpart deleted the fix/input_forwarding branch June 20, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VT: Backend Virtual Terminal Backend (libterminal API)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some input gets forwarded to program while in normal mode
2 participants