Mercurial > 510Connectbot
comparison src/de/mud/terminal/vt320.java @ 148:69333ca1563c
add ptt button p2 preference
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 22 Jun 2014 13:02:36 -0700 |
parents | 77ac18bc1b2f |
children | 9d6b581b4656 |
comparison
equal
deleted
inserted
replaced
147:1350adb077b1 | 148:69333ca1563c |
---|---|
74 byte [] b = new byte [n]; | 74 byte [] b = new byte [n]; |
75 | 75 |
76 for (int i = 0; i < n; i++) b[i] = (byte)(d[i] & 0x00ff); | 76 for (int i = 0; i < n; i++) b[i] = (byte)(d[i] & 0x00ff); |
77 | 77 |
78 write(b); | 78 write(b); |
79 } | |
80 | |
81 public void monitorKey(boolean down) { | |
82 // do nothing | |
79 } | 83 } |
80 | 84 |
81 /** | 85 /** |
82 * Play the beep sound ... | 86 * Play the beep sound ... |
83 */ | 87 */ |