cvs commit: hugs98/src/winhugs Wintext.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Tue, 18 Sep 2001 12:55:36 -0700


sof         2001/09/18 12:55:36 PDT

  Modified files:
    src/winhugs          Wintext.c 
  Log:
  -DoChar: preserve tab character, don't expand it to 8 spaces.
  -WinPutChar:
     - fixed tab handling, cursor was being reset post-\t expansion.
     - interpret \t as 'move to next tab stop', not tab as a shorthand
       for 8 spaces.
  
  Revision  Changes    Path
  1.3       +9 -5      hugs98/src/winhugs/Wintext.c