Link to home
Start Free TrialLog in
Avatar of kurtcostello
kurtcostello

asked on

TN5250 Full Screen CentOS 6

I just built a CentOS 6.3 machine.  I and trying to do a tn5250 connection to my IBM Iseries machine but I can't get it to go full screen.  I did this on a CentOS 5 machine and it worked just fine.  I'm not sure what my issue is.  

The script I am using is
#!/bin/bash

if [ "$TERM" == "xterm" ]
 then
  /bin/bash
 else
 /usr/bin/tn5250 sclas400
fi


Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Phonebuff
Phonebuff
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial