This commit is contained in:
Pierre Ossman
2017-10-18 16:36:43 +02:00
+2
View File
@@ -294,6 +294,8 @@ function constructor() {
str = '\n'; break; str = '\n'; break;
case 65288: // Backspace case 65288: // Backspace
str = '\b'; break; str = '\b'; break;
case 65289: // Tab
str = '\t'; break;
case 65307: // Escape case 65307: // Escape
str = '\x1b'; break; str = '\x1b'; break;
case 65361: // Left arrow case 65361: // Left arrow