Commit | Date | |
---|---|---|
[r15776]
by
bugman
The relax GUI is now robust and able to withstand a call to the reset user function. This could have occurred if the user ran a script with a reset() call, or if reset() was typed at |
2012-04-17 18:08:34 | Tree |
[r15775]
by
bugman
The ANSI ending escape sequence is now always placed before the last newline. This fixes some weirdness of the cursor or other parts being coloured when they should not be. |
2012-04-17 17:50:21 | Tree |
[r15774]
by
bugman
The script ANSI colour is now cyan to fit better into the relax blue/black colour theme. |
2012-04-17 17:45:41 | Tree |
2012-04-17 17:33:56 | Tree | |
[r15772]
by
bugman
Better control of the relax prompt colouring via ANSI escape sequences. The new Exec_info.prompt_colour_on() and Exec_info.prompt_colour_off() methods are now used to turn |
2012-04-17 17:30:16 | Tree |
2012-04-17 17:04:04 | Tree | |
2012-04-17 16:50:11 | Tree | |
[r15769]
by
bugman
Shifted the terminal colouring ANSI escape sequences into their own 'ansi' module. This will allow the colours to be easily changed. |
2012-04-17 16:49:22 | Tree |
[r15768]
by
bugman
The test suite is now only imported in the test modes of operation. This should also speed up program initialisation. |
2012-04-17 16:32:17 | Tree |
[r15767]
by
bugman
The import of the gui package now only occurs in GUI mode. This will speed up the program start up. It also has the side effect of bypassing the hack of the |
2012-04-17 16:27:46 | Tree |