comparison src/org/tn5250j/framework/tn5250/Screen5250.java @ 40:ecdbff49182c tn5250

start tn5250 integration
author Carl Byington <carl@five-ten-sg.com>
date Tue, 10 Jun 2014 17:26:53 -0700
parents 2a8b52dbc104
children 9621ac4dd5eb
comparison
equal deleted inserted replaced
39:69bc44954bb5 40:ecdbff49182c
3814 for (int c = startCol; c <= endCol; c++) { 3814 for (int c = startCol; c <= endCol; c++) {
3815 char ch = planes.getChar(getPos(r,c)); 3815 char ch = planes.getChar(getPos(r,c));
3816 buffer.putChar(c, r, ch, 0); 3816 buffer.putChar(c, r, ch, 0);
3817 } 3817 }
3818 } 3818 }
3819 buffer.redraw();
3819 dirtyScreen.setBounds(lenScreen,0,0,0); 3820 dirtyScreen.setBounds(lenScreen,0,0,0);
3820 } 3821 }
3821 3822
3822 /** 3823 /**
3823 * repaint the dirty part of the screen 3824 * repaint the dirty part of the screen