j'ai mis l'applet mindterm dans le wiki (on ne va plus la chercher sur
https://ssh.crans.org) darcs-hash:20060411194359-f46e9-fb4eb3f8821bd4ff055da2a9cf23fd35286c5488.gz
This commit is contained in:
parent
7523008509
commit
6a9e5dc12d
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ class ssh:
|
||||||
"cursor-color" : "yellow",
|
"cursor-color" : "yellow",
|
||||||
}
|
}
|
||||||
|
|
||||||
appletLocation = "https://ssh.crans.org/mindterm.jar"
|
appletLocation = "/wiki/applets/mindterm.jar"
|
||||||
|
|
||||||
def parseArgs(self, args):
|
def parseArgs(self, args):
|
||||||
argList = args.split(u',')
|
argList = args.split(u',')
|
||||||
|
@ -46,4 +46,4 @@ def execute(macro, args):
|
||||||
# return macro.formatter.text("I got these args from a macro %s: %s" %
|
# return macro.formatter.text("I got these args from a macro %s: %s" %
|
||||||
# (str(macro), args))
|
# (str(macro), args))
|
||||||
o = ssh(args)
|
o = ssh(args)
|
||||||
return o.run()
|
return o.run()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue