Date: Wed, 13 Jul 1994 17:27:56 -0400 From: davis AT amy DOT tch DOT harvard DOT edu ("John E. Davis") To: buyukisik_o_f AT ae DOT ge DOT com Subject: RE: Vernon D. Buergs LIST Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, j709572 AT nspp09 DOT ci DOT in DOT ameritech DOT com > I tried to make "most", and have a small problem. I had to put a few >ifndef GO32's in sysdep.c and sysdep.h (80x25 assumed). Used a termcap >(hacked by Paul Shields from FSF termcap workalike). It compiled and >linked. It workes ok but if I hit the bottom of the file, then I get >End of buffer, beep, then it hangs (keyboard is not locked!). If I quit >before EOF, then it is OK. It seems to scroll up-down-left-right I have never tried it under DOS. SLang works fine under DOS though. Since I do not have the facilities/libraries that you have, I cannot check it under DOS. However, I will be more than happy to work with you on it if you can tell me where it is hanging. The version of SLang that is shipped with most includes a replacement for ncurses that should work with BCC/GCC. Eventually I will have most use those routines since they perform direct screen writing and do not require ansi.sys, termcap, etc.... I intend to add color syntax highlighting of C files to the pager. Thanks, --John