Skip to content

Commit

Permalink
Update vtshell_ioreaders.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elfmz authored Dec 14, 2024
1 parent 4732c84 commit 1d7abbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions far2l/src/vt/vtshell_ioreaders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ void *VTInputReader::ThreadProc()
} else if (ir.EventType == KEY_EVENT) {
_processor->OnInputKey(ir.Event.KeyEvent);

} else if (ir.EventType == FOCUS_EVENT) {
_processor->OnFocusChanged();

} else if (ir.EventType == BRACKETED_PASTE_EVENT) {
_processor->OnBracketedPaste(ir.Event.BracketedPaste.bStartPaste != FALSE);

Expand Down

0 comments on commit 1d7abbd

Please sign in to comment.