diff --git a/tabs/cli.js b/tabs/cli.js index 24d7aa64..df8f3ebc 100644 --- a/tabs/cli.js +++ b/tabs/cli.js @@ -141,6 +141,13 @@ TABS.cli.read = function (readInfo) { text += "
"; } break; + case 60: + text += '<'; + break; + case 62: + text += '>'; + break; + default: text += String.fromCharCode(data[i]); }