Skip to content
Snippets Groups Projects
Commit f8901597 authored by Bob Lantz's avatar Bob Lantz
Browse files

Added default prefix for window titles if none is specified.

parent 388f54e1
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ def joinCmd( args ): ...@@ -22,7 +22,7 @@ def joinCmd( args ):
result += " %s" % arg result += " %s" % arg
return result return result
def makeTerm( node, title = '', term = 'xterm' ): def makeTerm( node, title = 'Node', term = 'xterm' ):
"""Run screen on a node, and hook up a terminal. """Run screen on a node, and hook up a terminal.
node: Node object node: Node object
title: base title title: base title
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment