Skip to content

Commit c9702d4

Browse files
committed
Set APLK0=default when starting a local interpreter.
Otherwise, since the interpreter is started without a controlling terminal and with stdin not connected to a tty, it chooses the "file" input translate table, which causes a Classic interpreter to fail to recognise the end of line characters that RIDE sends.
1 parent d5dae0a commit c9702d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@
501501
SINGLETRACE: 1,
502502
RIDE_INIT: `CONNECT:${hp}`,
503503
RIDE_SPAWNED: '1',
504+
APLK0: 'default',
504505
},
505506
),
506507
});

0 commit comments

Comments
 (0)