Merge branch 'master' into 618_register_link_before_dom

This commit is contained in:
Daniel Imms
2017-04-04 08:58:43 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ Xterm.js is used in several world-class applications to provide great terminal e
- [**CoderPad**](https://coderpad.io): Online interviewing platform for programmers. Run code in many programming languages, with results displayed by `xterm.js`.
- [**WebSSH2**](https://github.com/billchurch/WebSSH2): A web based SSH2 client using `xterm.js`, socket.io, and ssh2.
- [**Spyder Terminal**](https://github.com/spyder-ide/spyder-terminal): A full fledged system terminal embedded on Spyder IDE.
- [**Cloud Commander**](https://cloudcmd.io "Cloud Commander"): Orthodox web file manager with console and editor.
Do you use xterm.js in your application as well? Please [open a Pull Request](https://github.com/sourcelair/xterm.js/pulls) to include it here. We would love to have it in our list.
+2 -2
View File
@@ -37,8 +37,8 @@ const HYPERTEXT_LINK_MATCHER_ID = 0;
export class Linkifier {
/**
* The time to wait after a row is changed before it is linkified. This prevents
* the costly operation of searching every row multiple times, pntentially a
* huge aount of times.
* the costly operation of searching every row multiple times, potentially a
* huge amount of times.
*/
protected static TIME_BEFORE_LINKIFY = 200;