User Activity

  • Posted a comment on ticket #129 on SyncTERM

    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

  • Posted a comment on ticket #129 on SyncTERM

    So, I've added the ability for a Wren onInput() hook to return a string that replaces a byte... so you could do this pretty easily now with a wren script that checks the BBS name and if it's one that you want to expand LF with have it return "\r\n". Something like: import "syncterm" for BBS, Hook if (BBS.name == "Dev Board") { Hook.onInput(0x0a) { |b| "\r\n" } } In a "CRLF.wren" file in the script directory would do it. The "stuff" for Wren configuration isn't there yet, that's still a ways out on...

  • Modified ticket #90 on SyncTERM

    Macros

  • Posted a comment on ticket #90 on SyncTERM

    Wren is embedded in SyncTERM v1.9a now.

  • Posted a comment on ticket #243 on SyncTERM

    Should be fixed in tonight's v1.9a build (which is currently a dumpster fire).

  • Posted a comment on ticket #243 on SyncTERM

    Do you know what you're sending for the bottom row?

  • Modified ticket #242 on SyncTERM

    Key-repeat of arrow keys in Wayland mode sends digits to server

  • Posted a comment on ticket #242 on SyncTERM

    Should be fixed in git now.

View All

Personal Data

Username:
deuce
Joined:
2001-03-08 03:33:17
Location:
Ada / United States / EDT
Gender:
Male

Projects

This is a list of open source software projects that Stephen James Hurd is associated with:

Personal Tools

MongoDB Logo MongoDB