Hey folks got a bit of info for those of you porting ROM to windows.
The latest CygWin does not allow a scroll buffer for some reason. I have a
fix. Download and install RXVT into cygwin by using the setup program. Then
make your cygwin.bat file look like this. Has a scroll buffer!

@echo off

c:
chdir c:\cygwin\bin
rxvt -geometry 80x60 -sl 5000 -e c:\cygwin\bin\bash --login -i

bash --login -i

Thats what it should look like and everything should run just like in the
normal bash command. Just thought I'd include this bit of info in the
mailing list archive. In case something should happen to my HDD. Thanks
folks!

                                     Dantin



Reply via email to