Allow tab to be sent via telnet

This commit is contained in:
Till Zimmermann 2015-07-06 23:54:28 +02:00
parent 558a6439f1
commit 92fc7872c7
1 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,8 @@ function constructor() {
str = '\n'; break;
case 65288: // Backspace
str = '\b'; break;
case 65289: // Tab
str = '\t'; break;
case 65307: // Escape
str = '\x1b'; break;
case 65361: // Left arrow