Skip to content

Commit d65fd8c

Browse files
committed
Fix beep duration
1 parent 94b42b4 commit d65fd8c

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/META-INF/frontend/fc-xterm

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/frontend/fc-xterm/xterm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class XTerm extends PolymerElement {
9797
});
9898

9999
//https://gist.github.com/xem/670dec8e70815842eb95
100-
term.setOption('bellSound','data:audio/wav;base64,UklGRl9vT19XQVZFZm10IBAAAAABAAEAQB8AAEAfAAABAAgAZGF0YU'+Array(2e5).join(123));
100+
term.setOption('bellSound','data:audio/wav;base64,UklGRl9vT19XQVZFZm10IBAAAAABAAEAQB8AAEAfAAABAAgAZGF0YU'+Array(500).join(123));
101101

102102
this._loadFeature('insertFix', new InsertFixFeature());
103103
}

0 commit comments

Comments
 (0)