xtermjs / xterm.js

A terminal for the web
https://xtermjs.org/
MIT License
17.43k stars 1.62k forks source link

addCustomWheelEventHandler API #4913

Closed Tyriar closed 9 months ago

Tyriar commented 9 months ago

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