XMLterm changes only. Implemented chrome overlay a la Chatzilla to insert XMLterm into the Tasks menu. Also implemented command line option "-terminal" and URL handler "telnet://" to invoke XMLterm. git-svn-id: svn://10.0.0.236/trunk@73819 18797224-902f-48f8-a5cc-f745e15eee43
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
function toXMLterm()
|
|
{
|
|
|
|
toOpenWindowByType("terminal:xmlterm", "chrome://xmlterm/content/xmlterm.xul");
|
|
|
|
}
|
|
|