comparison src/org/tn5250j/framework/tn5250/Screen5250.java @ 422:651aff5a46c7

synchronize font size listeners; log get/set field values
author Carl Byington <carl@five-ten-sg.com>
date Thu, 30 Oct 2014 16:27:31 -0700
parents da2814f6f05e
children 76efe8fa29b9
comparison
equal deleted inserted replaced
421:660ac2d2003b 422:651aff5a46c7
3442 3442
3443 fireScreenChanged(); 3443 fireScreenChanged();
3444 } 3444 }
3445 3445
3446 protected void setChar(int cByte) { 3446 protected void setChar(int cByte) {
3447 //if (cByte != 0) Log.i(TAG, String.format("%d %c %d", lastPos, cByte, cByte));
3447 if (lastPos > 0) { 3448 if (lastPos > 0) {
3448 lastAttr = planes.getCharAttr(lastPos - 1); 3449 lastAttr = planes.getCharAttr(lastPos - 1);
3449 } 3450 }
3450 3451
3451 if (cByte > 0 && (char)cByte < ' ') { 3452 if (cByte > 0 && (char)cByte < ' ') {