Just to confirm, this was with the 1.8 release and not the nightly 1.9a builds?
Found in Version is 1.8... was this verified on 1.8 as well, or is it a 1.9a-only issue?
Extra chars sent with some keypresses in Wayland mode
Should be fixed in git now.
Disconnecting (alt-H) in serial port connection hangs and ultimately crashes
This could be done in 1.9a today, putting the file in the per-BBS cache directory. Adding readLine() and writeLine() methods to the File object to make it easier right now.
Actually, if you put that in scripts you would need to manually trigger it, so just:\ import "syncterm" for Hook Hook.onInput(0x0a) { |b| "\r\n" } Then, after you connect, do Ctrl+` and type import CRLF. To use the first one automagically, that script would need to go in scripts/auto/connected
Actually, if you put that in scripts you would need to manually trigger it, so just:\ import "syncterm" for BBS, Hook Hook.onInput(0x0a) { |b| "\r\n" } Then, after you connect, do Ctrl+` and type import CRLF. To use the first one automagically, that script would need to go in scripts/auto/connected