Rename VTX Hyperlink stuff

This commit is contained in:
Bryan Ashby 2017-09-23 23:17:16 -06:00
parent 1ad5b125f5
commit 48c6edc5b3
3 changed files with 7 additions and 7 deletions

View file

@ -501,7 +501,7 @@ Client.prototype.terminalSupports = function(query) {
return 'vtx' === termClient;
case 'vtx_hyperlink' :
return termClient === 'vtx';
return 'vtx' === termClient;
default :
return false;