From: "A.Appleyard" To: jrl AT humpty DOT waterloo DOT NCR DOT COM, DJGPP AT SUN DOT SOE DOT CLARKSON DOT EDU Date: Thu, 20 Jul 1995 08:28:15 BST Subject: Re: running with 2 monitors A.Appleyard wrote:- > When running with 2 monitors, when calling PC interrupts myself, how do I > make screen interrupts such as "change mode of the monitor'", "write text to > the monitor", "clear screen", etc, apply to one monitor or to the other? jrl AT humpty DOT waterloo DOT NCR DOT COM replied:- > While you're typing debugging commands only the 'mono' screen is active. ... > you don't want your color screen setup screwed up by the debugger trying to > use it to display registor contents and such. If I am not debugging but running an ordinary program e.g. with the main graphical display on the color monitor and the control and system replies on the mono monitor: how can the program switch between monitors when desired?