|
NAMEsyncterm - BBS terminal programSYNOPSISsyncterm [-edly] [-iifc] [-llns] [-t|-r|-h] [-s] [URL]DESCRIPTIONSyncTERM is a terminal program designed specifically for connecting to a Bulletin Board System (BBS)Options
Specify the interface to use. Depending on compile
options and library availability, not all interfaces will be available for all
installations. If -i is not specified, SyncTERM will choose the
"best" mode in the following order: SDL, X11, curses, ANSI. The SDL
mode specifically can fail in ways that the automatic fallback can not
properly detect (most notably with libGGI when it is enabled in SDL.) When
this occurs, a specific mode will need to be forced.
When -i is specified, only the specified mode will be attempted. No automatic fallback will be performed. Further, some available modes (such as SDL windowed) can not be expressly selected. The possible values for iface are:
RUN-TIME LINKINGFor some features, specifically SSH support, SDL support, and X11 support, run-time linking is employed using dlopen(). Using this, it is possible to build a version which will use SDL, X11, and cryptlib if they are present, but not fail to run if they are not.Unfortunately, due to some packagers decisions, this can result in a binary which supports SDL, X11, and SSH but can not find the required libraries. To solve this issue, the development package needs to be installed. The files that are used are libSDL.so for SDL support, libcl.so for SSH support, and libX11.so for X11 support. TEXT MODE CAVAETSWhen running in one of the text modes such as curses or ANSI, many of the control functions are modified since there is no reliable way to use extra modifier keys. As a result, CTRL-S and CTRL-Q can not be sent to the remote system. Since these are the flow control characters, this should not present major usability issues.The escape character (ASCII 27) is used in curses and ANSI modes to begin a control sequence. As such, there is a delay to detect if the next character continues the escape sequence or is a base escape. Because of this, there will be a perceptible delay when the escape key is used. This delay can be adjusted using the -e parameter, but selecting the "correct" value is a dark art since any value is provably incorrect. The curses and ANSI modes are not necessarily the correct number of lines for a traditional screen mode. As such, filler will be added around the terminal screen. For some display sizes, unpredictable results may occur. FILES
AUTHORStephen Hurd <shurd@sasktel.net>BUGSCommodore PETSCII and Atari ATASCII are lightly tested and most likely have problems.The modem support is untested at this time. Further, it assumes the Hayes command set and 115200 bps rate on the serial port.
Visit the GSP FreeBSD Man Page Interface. |