cvs commit: hugs98/src/winhugs DlgMain.c RtfWindow.c RtfWindow.h

Neil Mitchell <[email protected]> Sun, 13 Nov 2005 09:18:14 -0800
Newsgroups gmane.comp.lang.haskell.cvs.hugs
Message-ID <200511131718.jADHIEIN001639__12506.3605876223$1131902409$gmane$org@monk.galois.com>
neil        2005/11/13 09:18:14 PST

  Modified files:
    src/winhugs          DlgMain.c RtfWindow.c RtfWindow.h 
  Log:
  Add proper support for ANSI \b character.
  The buffering now has a notion of an offset from where it should dump the text, the length of the buffer and the current position in the buffer. This makes QuickCheck work properly.
  
  Revision  Changes    Path
  1.14      +1 -0      hugs98/src/winhugs/DlgMain.c
  1.8       +37 -20    hugs98/src/winhugs/RtfWindow.c
  1.4       +1 -0      hugs98/src/winhugs/RtfWindow.h