Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 12 Aug 2006 02:28:56 -0600
Hi,
I'm having problems working in fullscreen mode in conjunction with the debugprint command. When I hit 'escape' after running the following code to check out the debug window the screen doesn't close to send me back to workbench. If I do a ctl-c to quit after trying 'escape' the screen does close to take me back to workbench but the debug output window is filled with strange characters. Am I using some incompatible options or something? Thanks for the help.
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 12 Aug 2006 23:21:20 +0200
Hi,
I'm having problems working in fullscreen mode in conjunction with the debugprint command. When I hit 'escape' after running the following code to check out the debug window the screen doesn't close to send me back to workbench. If I do a ctl-c to quit after trying 'escape' the screen does close to take me back to workbench but the debug output window is filled with strange characters. Am I using some incompatible options or something? Thanks for the help.
Here's the mistake in your code. You're just setting a variable called 'escapequit' to TRUE, but you must call the function in order to enable esc quit. Use