]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Fix matchIndex on http
authorDaniel Imms <daimms@microsoft.com>
Fri, 3 Mar 2017 01:35:10 +0000 (17:35 -0800)
committerDaniel Imms <daimms@microsoft.com>
Fri, 3 Mar 2017 01:35:10 +0000 (17:35 -0800)
src/Linkifier.ts

index 1218bdb6742fdf9107c155b4b73631afc779a45c..23c68063531ca40e0f1fd3dc7968d613d891b16a 100644 (file)
@@ -54,7 +54,7 @@ export class Linkifier {
     this._rows = rows;
     this._rowTimeoutIds = [];
     this._linkMatchers = [];
-    this.registerLinkMatcher(strictUrlRegex, null, 1);
+    this.registerLinkMatcher(strictUrlRegex, null, { matchIndex: 1 });
   }
 
   /**