There is another way to emulate a 3270 terminal. This is to run the unix program called tn3270 is an xterm window. Since an xterm window can have any sized fonts, you can make the window bigger. There are some trade offs between x3270 and the xterm/tn3270 combination.
Advantages x3270 xterm/tn3270 Small self-contained client x Uses color for highlighting x Copy and Paste with mouse x x Use the mouse to move cursor x Any sized fonts x Full ebcdic character set x Status line x Numeric keypad for numbers xIf you want to use tn3270 on the X-terminals, then copy the file
cp ~dnairn/tn3270.ad ~and add the following line to your .xsession file:
xrdb -merge tn3270.adFinally, add an alias to your .alias file (or .cshrc file)
if $?DISPLAY then alias tn3270 'xterm -name tn3270 -e tn3270 \!* &' endif