Mercurial > 510Connectbot
comparison src/org/tn5250j/framework/tn5250/KeyStrokenizer.java @ 410:e2a56e383bad
wait for monitor socket to be created
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 24 Oct 2014 17:41:43 -0700 |
parents | 77ac18bc1b2f |
children |
comparison
equal
deleted
inserted
replaced
409:cb7df3fefe1e | 410:e2a56e383bad |
---|---|
40 } | 40 } |
41 | 41 |
42 public void setKeyStrokes(String strokes) { | 42 public void setKeyStrokes(String strokes) { |
43 if (strokes != null) { | 43 if (strokes != null) { |
44 keyStrokes.setLength(0); | 44 keyStrokes.setLength(0); |
45 Log.d(TAG, "set " + keyStrokes); | 45 Log.d(TAG, "set " + strokes); |
46 length = strokes.length(); | 46 length = strokes.length(); |
47 } | 47 } |
48 else { | 48 else { |
49 keyStrokes = new StringBuffer(); | 49 keyStrokes = new StringBuffer(); |
50 length = 0; | 50 length = 0; |