|
GvdH@joka.de writes: > If the cursor stands at the beginning of an eight digit field and I > type e.g. "50" and hit field exit, the "50" moves two digits and not > to the last two digits of the field. > Is this a bug or am I doing something wrong? It's a bug. Here's a patch that fixes it: --- field.c.dist Wed Sep 8 22:41:38 1999 +++ field.c Sun Oct 10 10:31:23 1999 @@ -308,7 +308,7 @@ break; case TN5250_FIELD_RIGHT_BLANK: TN5250_LOG(("Processing Adjust/Edit: Right Blank Fill\n")); - count_left = tn5250_field_count_right (This, y, x); + count_left = tn5250_field_count_left (This, y, x); tn5250_field_shift_right_fill(This, count_left, tn5250_ascii2ebcdic(' ')); break; -- Carey Evans http://home.clear.net.nz/pages/c.evans/ "This is where your sanity gives in..." +--- | This is the LINUX5250 Mailing List! | To submit a new message, send your mail to LINUX5250@midrange.com. | To subscribe to this list send email to LINUX5250-SUB@midrange.com. | To unsubscribe from this list send email to LINUX5250-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.