On Mon, 3 Sep 2001, Martin Rowe wrote:
>
> I've done a
>
> export CVSROOT=":pserver:[EMAIL PROTECTED]:/cvsroot/tn5250"
> cvs login
> cvs checkout tn5250 # am I picking up the right module here?

Looks correct to me.  If you open up the ChangeLog file, do you see
my change for "next word" and "prev word" listed at the top?  That would
tell you if you've got the right version...

> changes in cursesterm.c, display.c & dbuffer.c. But all I get when trying the
> keys in an xt5250 window is [2C (right) and [2D (left). I still have a couple
> of windows open running the 0.16.2 version which give O2C & O2D, so something
> has changed, but no word skipping :(

It shouldn't be sending '[2C' or '[2D' the changes to the XTerm file
should be causing it to send ESC Ctrl-H (left) and ESC Ctrl-U (right)
(that is, \033\010 and \033\025, respectively)

Are you sure that the changes were installed in
/usr/local/share/tn5250/XTerm?   If you are using an ~/.Xresources file
or similar mechanism to override the settings in the
/usr/local/share/tn5250/XTerm file, you'll need to copy those changes to
your ~/.Xresources file as well.

Hope that helps...

_______________________________________________
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