forcemerge 41343 41342 tags 41342 + patch tags 41343 + patch thanks > Are you talking about handle_tab_bar_click and the processing of > TAB_BAR_EVENT in make_lispy_event? Or are there other/additional > parts to this processing? So now I've completely redesigned the event processing on the tab bar. With the following patch 'down-mouse-1' is bound to 'tab-bar-mouse-select-tab' 'down-mouse-2' is bound to 'tab-bar-mouse-close-tab' 'down-mouse-3' is bound to 'tab-bar-mouse-context-menu' The context menu that pops up on down-mouse-3 was requested in bug#41342. Now also it should be possible even to implement drag-drop to move tabs with the mouse since they produce normal mouse events that now are accepted by the tab bar. All aforementioned bindings work on X, xterm, and even on console. For example, clicking mouse-3 on the tab bar displays a menu with blue background on a console terminal.