diff src/org/tn5250j/framework/tn5250/ScreenPlanes.java @ 75:bf01d1eec5c6 tn5250

convert 5250 to vt320 attributes
author Carl Byington <carl@five-ten-sg.com>
date Sun, 15 Jun 2014 10:56:09 -0700
parents 1b9e27659ef7
children 044b1a951925
line wrap: on
line diff
--- a/src/org/tn5250j/framework/tn5250/ScreenPlanes.java	Sat Jun 14 09:04:35 2014 -0700
+++ b/src/org/tn5250j/framework/tn5250/ScreenPlanes.java	Sun Jun 15 10:56:09 2014 -0700
@@ -212,10 +212,18 @@
 		return screen[pos];
 	}
 
+	protected final char getCharColor(int pos) {
+		return screenColor[pos];
+	}
+
 	protected final int getCharAttr(int pos) {
 		return screenAttr[pos];
 	}
 
+	protected final int getCharExtended(int pos) {
+		return screenExtended[pos];
+	}
+
 	protected final boolean isAttributePlace(int pos) {
 		return screenIsAttr[pos] == 1 ? true : false;
 	}