× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



OK, I added the following to the key down table in winterm.c
{ VK_SHIFT    VK_LEFT,         K_PREVWORD  , 0, 1 },
{ VK_SHIFT    VK_RIGHT,        K_NEXTWORD  , 0, 1 },

and it maps to the appropriate functions just fine.  Alas, the function
doesn't do what I want it to do.  They move the cursor to the next/last
non-blank character.  I would like to move to the next/last field whether
it's blank or not (like the option column in PDM.)

So, I have a look around to see where the K_PREVWORD is used, and by
burrowing in enough places, I see that PREVWORD is called in display.c and
implemented in dbuffer.c.  When I get a chance, I will try to change
tn5250_dbuffer_prevword to go to the field boundary, not just to the next
non-blank.

Thanks for the tips.  I will let the list know how I make out. (Green screen
guy trepidation showing.)
  --buck


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.