We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b42b4 commit d65fd8cCopy full SHA for d65fd8c
src/main/resources/META-INF/frontend/fc-xterm/xterm.js
@@ -97,7 +97,7 @@ export class XTerm extends PolymerElement {
97
});
98
99
//https://gist.github.com/xem/670dec8e70815842eb95
100
- term.setOption('bellSound','data:audio/wav;base64,UklGRl9vT19XQVZFZm10IBAAAAABAAEAQB8AAEAfAAABAAgAZGF0YU'+Array(2e5).join(123));
+ term.setOption('bellSound','data:audio/wav;base64,UklGRl9vT19XQVZFZm10IBAAAAABAAEAQB8AAEAfAAABAAgAZGF0YU'+Array(500).join(123));
101
102
this._loadFeature('insertFix', new InsertFixFeature());
103
}
0 commit comments