Commit | Date | |
---|---|---|
2012-04-17 16:23:53 | Tree | |
[r15765]
by
bugman
Added isatty() methods to all of the dummy file objects within relax. This fixes a number of errors caused by the recent introduction of coloured text. |
2012-04-17 16:18:35 | Tree |
[r15764]
by
bugman
ANSI escape characters are now turned off forcibly when in GUI mode. The prompt.interpreter.Interpreter class was being initialised during the import startup phase due to |
2012-04-17 15:41:06 | Tree |
[r15763]
by
bugman
Reverted r15756 as the status.text_colouring flag is no longer needed. The command used was: ..... |
2012-04-17 15:01:00 | Tree |
[r15762]
by
bugman
The sys.std*.isatty() methods are now being used to determine if text output should be coloured. This removes the need for the status.text_colouring flag, and can handle changes in IO redirection |
2012-04-17 14:50:34 | Tree |
2012-04-17 14:40:20 | Tree | |
[r15760]
by
bugman
All RelaxWarnings are now coloured yellow if the status.text_colouring flag is set. Though this looks more like orange on the Konsole terminal under GNU/Linux. |
2012-04-17 14:40:01 | Tree |
2012-04-17 14:37:19 | Tree | |
[r15758]
by
bugman
If the status.text_colouring flag is set, then the relax prompts will be coloured blue! |
2012-04-17 14:36:41 | Tree |
[r15757]
by
bugman
Fix for the initialisation of the Exec_info class for the prompt/script output. The class was not being initialised at all! Thought the variables were class rather than instance |
2012-04-17 14:35:38 | Tree |