
5 Sep
2005
5 Sep
'05
12:07 p.m.
ross 2005/09/05 09:07:53 PDT Modified files: src hugs.c connect.h src/winhugs DlgMain.c Log: from Neil Mitchell: refactor the main loop to loop for standard Hugs and use normal Windows message pump (looping via longjmp) for WinHugs. This gives WinHugs much better performance and no polling. (I had to adjust this to make :q work for standard Hugs. I don't see how it works for WinHugs.) Revision Changes Path 1.141 +68 -50 hugs98/src/hugs.c 1.91 +5 -4 hugs98/src/connect.h 1.3 +1 -2 hugs98/src/winhugs/DlgMain.c