mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
f3b81d69c9
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.
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
function toXMLterm()
|
|
{
|
|
|
|
toOpenWindowByType("terminal:xmlterm", "chrome://xmlterm/content/xmlterm.xul");
|
|
|
|
}
|
|
|