diff options
author | wiz <wiz@pkgsrc.org> | 2001-11-10 08:41:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-11-10 08:41:24 +0000 |
commit | c5a0da2a94cabc9a199f63b1cacd9edf9e808c48 (patch) | |
tree | fc2662596b68edc3632cc796823773c19796bc2a /net | |
parent | f933a546acb63310fd60f158afe1a0949a0272d1 (diff) | |
download | pkgsrc-c5a0da2a94cabc9a199f63b1cacd9edf9e808c48.tar.gz |
Improve.
Diffstat (limited to 'net')
-rw-r--r-- | net/tn5250/DESCR | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/tn5250/DESCR b/net/tn5250/DESCR index f880caed999..8ead22bfdf0 100644 --- a/net/tn5250/DESCR +++ b/net/tn5250/DESCR @@ -1,5 +1,6 @@ - This is the implementation of a 5250 emulator. The 5250 is most commonly -used for connected to IBM's AS/400. While one can connect to an AS/400 with -a VT100 emulator, its not ideal. The problem is that the 5250 is a screen at -a time terminal, whereas the VT100 is a character at a time device. The -emulator uses the binary mode of telnet to transfer the 5250 data stream. +This is an implementation of a 5250 emulator. The 5250 is most +commonly used for connections to IBM's AS/400. While one can connect +to an AS/400 with a VT100 emulator, it's not ideal. The problem is +that the 5250 is a screen at a time terminal, whereas the VT100 is a +character at a time device. The emulator uses the binary mode of +telnet to transfer the 5250 data stream. |