On Fri, 21 Dec 2001, Bill Medland wrote:
I'm getting the wrong sort of terminal. Why?
That is a wineconsole, I think. Eric is still working on it.
I vaguely remember doing something to the registry settings for the debugger about a month ago but I can't remebber what. Since then I have not been tripping it anyway. However I am now investigating a problem that does trip the debugger. However it now comes up with an enormous terminal of some sort with terrible font and bad agreement between font and cursor positioning, so that important data disappears off the right of the screen before wrapping. However in the old days it used to use an xterm. I'd like to go back to that.
Did I do that or is it a result of the stuff going on with the debugger?
A little of each, I think. Latest cvs might have some fixes but I haven't tried it with the debugger on a wineconsole yet. If wine's stdin/stdout/stderr are connected to an xterm, (if you run wine from an xterm, FI) the debugger will use it, I think. If not, it will use a wineconsole. To also capture traces to a file, I think
wine blah.exe 2>&1 | tee logfile
will still let the debugger use the xterm.
TIA
Bill
p.s. Merry Christmas to all.
Ho, Ho, Ho!
Lawson