mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Api polish
This commit is contained in:
Vendored
+2
-2
@@ -708,9 +708,9 @@ declare module 'xterm' {
|
||||
* @returns an `IDisposable` to stop listening.
|
||||
*/
|
||||
onTitleChange: IEvent<string>;
|
||||
|
||||
|
||||
/**
|
||||
* Adds an event listener for when the bell sound.
|
||||
* Adds an event listener for when the bell is triggered.
|
||||
* @returns an `IDisposable` to stop listening.
|
||||
*/
|
||||
onBell: IEvent<void>;
|
||||
|
||||
Reference in New Issue
Block a user