Re: SVN1260 WIN98 STILL BROKEN !
- Posted by jimcbrown (admin) Dec 13, 2008
- 1195 views
Bernie,
Try the modified be_w.c below with 1262. Does this fix the problem?
no change here.
what is interesting, is you can redirect stdout to a file and the output is there.
exwc some.ex >t.txt
is probably some missing or extra default text attribute. trace(1) output is also blank but some of the lines are still colorized ok. rather than blanks, output may just be invisible.
Curious. That behavior was always the case for me.
Anyways, I was just checking to see if the use of the dynamic array was the cause or not. I guess it's not. So this is without a doubt related to the new console width/height code. Or else the earlier initialization... (I wonder if there is a difference between 80x24 and 80x25)
Looking at the code diff, I see
- src.Right = 79; // assume for now !!! + src.Right = info.dwMaximumWindowSize.X;
but info.dwMaximumWindowSize.X is set to 80, not 79. I wonder if that makes a difference?
(Line 344 of be_w.c and 1856 and 1866 of be_machine.c)