Mercurial > 510Connectbot
diff src/de/mud/terminal/vt320.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 | 0ce5cc452d02 |
children | 80dcebe51af2 |
line wrap: on
line diff
--- a/src/de/mud/terminal/vt320.java Tue Jun 10 17:26:53 2014 -0700 +++ b/src/de/mud/terminal/vt320.java Tue Jun 10 17:40:09 2014 -0700 @@ -78,6 +78,10 @@ /* do nothing by default */ } + public void redrawPassthru() { + redraw(); // VDUBuffer.redraw is protected + } + /** * Convenience function for putString(char[], int, int) */