Mercurial > 510Connectbot
comparison 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 |
comparison
equal
deleted
inserted
replaced
40:ecdbff49182c | 41:9621ac4dd5eb |
---|---|
74 /** | 74 /** |
75 * Play the beep sound ... | 75 * Play the beep sound ... |
76 */ | 76 */ |
77 public void beep() { | 77 public void beep() { |
78 /* do nothing by default */ | 78 /* do nothing by default */ |
79 } | |
80 | |
81 public void redrawPassthru() { | |
82 redraw(); // VDUBuffer.redraw is protected | |
79 } | 83 } |
80 | 84 |
81 /** | 85 /** |
82 * Convenience function for putString(char[], int, int) | 86 * Convenience function for putString(char[], int, int) |
83 */ | 87 */ |