cvs commit: hugs98/src hugs.c connect.h hugs98/src/winhugs DlgMain.c
Ross Paterson
ross at galois.com
Mon Sep 5 12:07:53 EDT 2005
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
More information about the Cvs-hugs
mailing list