Maintainer: Matthias L. Jugel @version $Id: LocalEchoListener.java 499 2005-09-29 08:24:54Z leo $ @author Matthias L. Jugel, Marcus Mei�ner
378379380381382383384385386387388
public Dimension getWindowSize() { return new Dimension(emulation.getColumns(), emulation.getRows()); } }); bus.registerPluginListener(new LocalEchoListener() { public void setLocalEcho(boolean echo) { if (!localecho_overridden) emulation.setLocalEcho(echo); } });