if ((tmp = cfg.getProperty("Terminal", id, "encoding")) != null)
encoding = tmp;
if ((tmp = cfg.getProperty("Terminal", id, "beep")) != null)
try {
audioBeep = new SoundRequest(new URL(tmp));
} catch (MalformedURLException e) {
error("incorrect URL for audio ping: " + e);
}
tPanel.setBackground(terminal.getBackground());