|
NAMEtn5250 - an implementation of the 5250 telnet protocolSYNOPSIStn5250 [OPTIONS] HOSTNAMExt5250 [OPTIONS] HOSTNAME tn5250 -version DESCRIPTIONtn5250 emulates IBM's 5250 compatible terminals to connect over TCP/IP to an IBM AS/400. The terminal emulation works on any local terminal supported by curses, and provides 132x27 and full colour support where possible.An IBM 5250 terminal supports a number of special keys, and does a lot of processing itself before sending data to the host system. Because a standard ASCII terminal does not support all these keys, tn5250 uses control sequences to perform the operations. Named session support (with the env.DEVNAME option) is available for most versions of OS/400, but is only supplied with V4R3 and later versions. For V3R2, V3R7, V4R1 and V4R2, please see informational APAR II10918. OPTIONStn5250 options are described in the tn5250rc(5) man page.USAGEThis manual assumes that the user is familiar with a real 5250 terminal, or another 5250 emulator, and only describes features relevant to tn5250 itself.Keyboard MappingThe following table lists the 5250 functions implemented by tn5250, and the corresponding keypresses. Keys are represented as Emacs does: C-a means hold Ctrl and press A, M-a means press Esc or C-g followed by A, and C-M-a means press Esc or C-g followed by C-a. Most setups also let you use the Alt or Meta key for M- keypresses.
DisplayThe screen display tries to be the same as a colour 5250 terminal. There are some unavoidable differences though:
EXAMPLESThese are some examples of the use of tn5250:
BUGSPlease report any bugs you find to the bug tracker or to the linux5250 mailing list. See the tn5250 web site for more details.SEE ALSOtn5250rc(5), lp5250d(1), http://tn5250.sourceforge.net/, RFC1205, RFC2877, II10918.COPYRIGHTtn5250 is copyright 1997 - 2008 Michael Madore. This manpage is copyright 1999 - 2008 Carey Evans.This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA AUTHORStn5250 was written by Michael Madore, Jay Felice, Scott Klement and others; see the AUTHORS file for details. This manual page was written by Carey Evans.
Visit the GSP FreeBSD Man Page Interface. |