I haven't run across a problem with F12 not working by itself, though
F11, F12, F23 and F24 can fail to work if your termcap/terminfo entry
is set up wrong... Make sure that the xterm-5250 terminfo entry is
installed properly.
If that doesnt do the trick, make sure that the string being sent by F12
in /usr/local/share/tn5250/XTerm matches the terminfo/termcap entry for
F12.
If you still don't get anywhere with that, one workaround would be to
change /usr/local/share/tn5250/XTerm, so that the F12 line reads like
this:
~Shift <Key>F12: string("\033+") \n\
which will tell it to hit ESC + when you hit the F12 key in xt5250,
circumventing the whole terminfo/termcap issue altogether. :)
Good luck...
On Thu, 26 Oct 2000, Vaughn T Brooks wrote:
> That works great! Thanks.
>
> Any ideas on the F12 issue?
>
> On Thursday 26 October 2000 10:02, you wrote:
> > On Wed, 25 Oct 2000, Vaughn T Brooks wrote:
> > > version 0.16.0pre2
> > >
> > > That works. Thanks.
> > > But, now, the Xwindow title is "xt5250 - env.TERM=IBM-3477-FC"
> >
> > You need to setup your .tn5250rc file. Here is an example:
> >
> > ====begin .tn5250rc=====
> > myas400 {
> > host = myas400.mydomain.com
> > env.TERM = IBM-3477-FC
> > }
> > ====end of .tn5250rc====
> >
> > You can add as many entries as you want - one for each as400 you connect
> > to.
> >
+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---