09-20-2020, 05:31 PM
(09-18-2020, 04:47 PM)Paulie420 Wrote: No one applied yet, its an easy challenge... compile SyncTerm and join me.
Easy? That sounds like my cue to make hard work of it!
I gave it a shot on mobian running on the pinephhone. It needed build-essential, libncurses5-dev and libsdl1.2-dev to compile successfully. The icon showed up on phosh but didn't launch an application window. I tried the terminal route but no joy.
So had a look at the help blurb:
Code:
usage: syncterm [options] [URL]
options:
-e# = set escape delay to #msec
-iX = set interface mode to X (default=auto) where X is one of:
S[W|F] = SDL surface mode W for windowed and F for fullscreen
X = X11 mode
C = Curses mode
I = Curses mode with forced ASCII charset
F = Curses mode with forced IBM charset
A = ANSI mode
The x11 and sdl modes produce a "CIOLIB initialization failed!" message - I guess I missed something during setup. The curses modes only work if logged in from ssh or running an x session.
Managed to connect to a few bbs servers but oddly not the one quoted in your post. There doesn't seem be an obvious way to close a connection so will have to figure that out somehow.