Added default prefix for window titles if none is specified.

This commit is contained in:
Bob Lantz
2010-04-10 20:52:02 -07:00
parent 388f54e148
commit f89015971f
+1 -1
View File
@@ -22,7 +22,7 @@ def joinCmd( args ):
result += " %s" % arg
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.
node: Node object
title: base title