This commit is contained in:
Mattias Andrée 2012-08-18 20:38:48 +02:00
parent f367346ad8
commit f41a0244c6

View file

@ -47,7 +47,7 @@ linuxvt = os.environ['TERM'] == 'linux'
''' '''
Whether the program is launched in subshell/beeing redirected Whether the program is launched in subshell/being redirected
''' '''
redirected = not sys.stdout.isatty() redirected = not sys.stdout.isatty()