Hi,
Thanks for c/x3270.
I'm trying to get c3270 working properly which it mostly does.
However, I'm having a hard time configuring it to support alternate column modes.
I've set the ISPF screen format to Max and I'm running c3270 with the following arguments:
-xrm -defscreen 43x80=\E[?40l\E[?3l -altscreen 43x132=\E[?40h\E[?3h
With these arguments, I do manage to get 132 column screens, however the screens which were previously 80x43 have been changed to 80x27 and the 132-column screens are 27 rows as well (43 rows would be nice to have for them as well).
My understanding of 3270 or terminal escape chars is rather limited so please excuse any newbie mistakes or misconceptions.
Any help would be much appreciated.
Cheers.
Edit: that -xrm has no place there.
My c3270 arguments are as follows:
-defscreen 43x80=\E[?40l\E[?3l -altscreen 43x132=\E[?40h\E[?3h
May I ask what model you are using, if you are specifying oversize or not, and what your terminal dimensions are when you start c3270?
Thanks for the reply Paul.
Following it, I've managed to get my c3270 session working at 160x60 with oversize.
Appartently, I have not need to specifiy the other arguments.
Thanks