mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
addCustomWheelEventHandler API
I opted for consistency with the key event handler over our more modern approach, we can migrate them at the same time if we end up returning a disposable. See microsoft/vscode#76381
This commit is contained in:
@@ -75,6 +75,7 @@ type TerminalProxyCustomOverrides = 'buffer' | (
|
||||
'options' |
|
||||
'open' |
|
||||
'attachCustomKeyEventHandler' |
|
||||
'attachCustomWheelEventHandler' |
|
||||
'registerLinkProvider' |
|
||||
'registerCharacterJoiner' |
|
||||
'deregisterCharacterJoiner' |
|
||||
|
||||
Reference in New Issue
Block a user