1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-06 02:23:03 +00:00

Merge branch 'master' into net

This commit is contained in:
Calvin Rose
2020-03-07 13:34:13 -06:00
11 changed files with 140 additions and 78 deletions

View File

@@ -765,6 +765,9 @@ static int line() {
case '.': /* Alt-. */
historymove(-JANET_HISTORY_MAX);
break;
case 127: /* Alt-backspace */
kbackspacew();
break;
}
}
break;