edit.js: tab key impl

This commit is contained in:
minjaesong
2021-04-22 17:47:27 +09:00
parent 2767386820
commit c331397619
2 changed files with 17 additions and 1 deletions

View File

@@ -387,6 +387,7 @@ con.KEY_PAGE_DOWN = 209;
con.KEY_INSERT = 210;
con.KEY_DELETE = 211;
con.KEY_BACKSPACE = 8;
con.KEY_TAB = 9;
con.KEY_RETURN = 13;
con.getch = function() {
return sys.readKey();