uhmm...btw an rc option to have automatic error-reset should be nice, I
believe ca does something similar



Il gio, 2002-10-24 alle 23:15, Scott Klement ha scritto:
>
> Ummm... those aren't "lock ups of the client".  In a 5250 terminal, when
> you hit an invalid key, you have to press "error reset" to continue.
>
> In tn5250, error reset is (by default) the left-control key.  You can
> also use Ctrl-R.
>
>
> On Thu, 24 Oct 2002, Brian McGrogan wrote:
>
> > I wrote some patches to address this very issue when I first started using
> > the program.  Another big issue, for me at least, was constant lock ups of
> > the client whenever I would enter invalid text in certain fields while
> > mid-session.  Around line 42 of display.c, I commented out this suspect
> > branch of code, which solved the problem:
> >
> >    /* FIXME: Translate from terminal key via keyboard map to 5250 key. */
> >
> >    if (tn5250_display_inhibited(This)) {
> >       if (key != K_SYSREQ && key != K_RESET) {
> >        tn5250_display_beep (This);
> >        return;
> >       }
> >    }
> >
> > -brian
>
> _______________________________________________
> This is the Linux 5250 Development Project (LINUX5250) mailing list
> To post a message email: [EMAIL PROTECTED]
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250
> or email: [EMAIL PROTECTED]
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/linux5250.
>
>


_______________________________________________
This is the Linux 5250 Development Project (LINUX5250) mailing list
To post a message email: [EMAIL PROTECTED]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250
or email: [EMAIL PROTECTED]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/linux5250.

Reply via email to