Mercurial > 510Connectbot
diff src/org/tn5250j/framework/tn5250/Screen5250.java @ 10:e773d0952613 tn5250
adding tn5250 files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 22 May 2014 16:11:14 -0700 |
parents | 3248b46f3973 |
children | 5949eb469a79 |
line wrap: on
line diff
--- a/src/org/tn5250j/framework/tn5250/Screen5250.java Thu May 22 15:42:48 2014 -0700 +++ b/src/org/tn5250j/framework/tn5250/Screen5250.java Thu May 22 16:11:14 2014 -0700 @@ -498,8 +498,7 @@ while (planes.getWhichGUI(pos++) != BUTTON_RIGHT_EB) { eb.append(planes.getChar(pos)); } - org.tn5250j.tools.system.OperatingSystem.displayURL(eb - .toString()); + sessionVT.showURL(eb.toString()); // take out the log statement when we are sure it is // working log.info("Send to external Browser: " + eb.toString());