Skip to content

Commit

Permalink
More VMenu refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
MKadaner committed Jan 1, 2024
1 parent a2dcfa7 commit 7867858
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 107 deletions.
4 changes: 2 additions & 2 deletions far/editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3772,10 +3772,10 @@ void Editor::DoSearchReplace(const SearchReplaceDisposition Disposition)

case KEY_CTRLENTER:
case KEY_RCTRLENTER:
// TODO: Need to handle mouse events with ProcessMouse(). This implementation is accpetable,
// TODO: Need to handle mouse events with ProcessMouse(). This implementation is acceptable,
// but a click on the border jumps to the currently selected item without changing the item.
// Normally, mouse click on the border frame does nothing. Mouse click on the border
// ouside of the frame starts dragging the dialog.
// outside of the frame starts dragging the dialog.
case KEY_CTRL|KEY_MSLCLICK:
case KEY_RCTRL|KEY_MSLCLICK:
{
Expand Down
Loading

0 comments on commit 7867858

Please sign in to comment.