Changeset - 59f1898cec60
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-14 05:29:55
drewp@bigasterisk.com
except bin/listsongs from the titlebar trick, since its output is used for cmdline completion
Ignore-this: 3ccd4e8b14605309e1a1080018b43bdf
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/run_local.py
Show inline comments
 
@@ -34,7 +34,8 @@ def setTerminalTitle(s):
 
    if os.environ.get('TERM', '') in ['xterm']:
 
        print "\033]0;%s\007" % s # not escaped/protected correctly
 

	
 
setTerminalTitle(sys.argv[0])
 
if 'listsongs' not in sys.argv[0]:
 
    setTerminalTitle(sys.argv[0])
 

	
 
# see http://www.youtube.com/watch?v=3cIOT9kM--g for commands that make
 
# profiles and set background images
0 comments (0 inline, 0 general)