X3270pro
Customization of x3270/c3270 keymaps
Install / Use
/learn @swhobbit/X3270proREADME
Title: README file for x3270pro repository
README file for x3270pro repository
Overview
This repository exists to provide an example of key mapping for x3270 and c3270
as used by the author (andrew.h@derbyshire.us) to access VM.
Note: Do not use the program tn3270. It is older and does not handle all data streams from modern IBM mainframes properly.
Terminal Sizes
The standard terminal sizes for 3270 emulation are:
| Model | Lines | Columns | | ----- | ----- | ------- | | 2 | 24 | 80 | | 3 | 32 | 80 | | 4 | 43 | 80 | | 5 | 27 | 132 |
Installing x3270 / c3270
MacOS
- Install XQuartz https://www.xquartz.org/
- Install xcode: https://developer.apple.com/xcode/downloads/
- Install MacPorts: https://www.macports.org/
- Install packages:
sudo port install x3270sudo port install c3270
Linux (ubuntu)
sudo apt-get install -y
3270-commonc3270fonts-3270pr3287s3270x3270x3270-docfonts-x3270-misc
Note: Italicized items are optional.
NetBSD
x3270
- To install
x3270, first configure the Package system: - Using
suorsudo:pkg_add x3270
c3270
As of this writing, c3270 is not available as a NetBSD port, and must be built by hand.
- Configure the Package system:
- Install
gmake:pkg_add gmake
- Fetch the
suite3270source and build it:- Check http://x3270.bgp.nu/download.html for the latest version.
(The following assumes (version 3.6ga8). ftphttp://x3270.bgp.nu/download/03.06/suite3270-3.6ga8-src.tgztar zxf suite3270-3.6ga8-src.tgzcd suite3270-3.6/./configure --enable-c3270gmake
- Check http://x3270.bgp.nu/download.html for the latest version.
- Using
suorsudo:gmake install install.man
Installing wc3270 on Windows
If you must run from a console Window, download from http://x3270.bgp.nu/download.html and install:
wc3270
NOTE: If running Windows 10 and it is otherwise possible, use the Windows Subsystem for Linux to install and run the x3270 version. The native Windows version is a console application, and more limited in functionality.
Using Under X Windows (via x3270)
See the dot.x3270pro documentation file.
Using in a terminal Window (via c3270)
See the dot.c3270pro documentation file.
Using on a Windows (via wc3270)
This section to To Be Determined.
