ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: --tty changed behaviour


From: -
Subject: Re: --tty changed behaviour
Date: Thu, 5 Oct 2000 01:33:35 -0700 (PDT)

In the absence of an answer so far, I've had a hunt
through the source code and found the following in
main(). Could the 'app_data.tty_mode' test be the bit
of code which is preventing the GUI from appearing
with the --tty option?

 // Startup shells
 XtVaGetValues(toplevel, XmNiconic, &iconic, NULL);
 if (iconic)
 {
     // Startup command shell iconified; others follow
as needed
     initial_popup_shell(command_shell);
 }    
 else if (!app_data.debugger_console ||
app_data.tty_mode)
 {
     // Debugger console is closed: wait for source to
pop up
 }   
 else
 {
     // Popup the command shell only; other shells
follow as needed
     initial_popup_shell(command_shell);
 }


----
Colin Browell


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]