comparison src/org/tn5250j/framework/tn5250/ScreenPlanes.java @ 78:044b1a951925 tn5250

convert 5250 to vt320 attributes
author Carl Byington <carl@five-ten-sg.com>
date Sun, 15 Jun 2014 11:05:06 -0700
parents bf01d1eec5c6
children 77ac18bc1b2f
comparison
equal deleted inserted replaced
77:0da8878ec057 78:044b1a951925
218 218
219 protected final int getCharAttr(int pos) { 219 protected final int getCharAttr(int pos) {
220 return screenAttr[pos]; 220 return screenAttr[pos];
221 } 221 }
222 222
223 protected final int getCharExtended(int pos) { 223 protected final char getCharExtended(int pos) {
224 return screenExtended[pos]; 224 return screenExtended[pos];
225 } 225 }
226 226
227 protected final boolean isAttributePlace(int pos) { 227 protected final boolean isAttributePlace(int pos) {
228 return screenIsAttr[pos] == 1 ? true : false; 228 return screenIsAttr[pos] == 1 ? true : false;