You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tui: improve tmux experience and simplify keyboard enhancements
Enable ReportFocus and KeyboardEnhancements.ReportEventTypes in the
fullscreen view so that tmux pane focus events and Kitty keyboard
protocol features (shift+enter, key disambiguation) are requested
from supporting terminals.
Simplify keyboard enhancement tracking:
- Remove redundant keyboardEnhancementsSupported bool field; derive
it via hasKeyboardEnhancements() from the cached message instead.
- Stop forwarding KeyboardEnhancementsMsg to chatPage, which has no
handler for it. Only the editor uses it for keybinding config.
Assisted-By: docker-agent
0 commit comments