comparison src/org/tn5250j/framework/tn5250/Screen5250.java @ 41:9621ac4dd5eb tn5250

start tn5250 integration
author Carl Byington <carl@five-ten-sg.com>
date Tue, 10 Jun 2014 17:40:09 -0700
parents ecdbff49182c
children 7ac846a07ed4
comparison
equal deleted inserted replaced
40:ecdbff49182c 41:9621ac4dd5eb
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 buffer.redrawPassthru();
3820 dirtyScreen.setBounds(lenScreen,0,0,0); 3820 dirtyScreen.setBounds(lenScreen,0,0,0);
3821 } 3821 }
3822 3822
3823 /** 3823 /**
3824 * repaint the dirty part of the screen 3824 * repaint the dirty part of the screen