Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/vtterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3311 by doda, Wed Apr 15 09:38:47 2009 UTC revision 3312 by doda, Wed Apr 15 10:22:42 2009 UTC
# Line 342  void LineFeed(BYTE b, BOOL logFlag) Line 342  void LineFeed(BYTE b, BOOL logFlag)
342          else if (CursorY < NumOfLines-StatusLine-1)          else if (CursorY < NumOfLines-StatusLine-1)
343                  MoveCursor(CursorX,CursorY+1);                  MoveCursor(CursorX,CursorY+1);
344    
345    #ifndef NO_COPYLINE_FIX
346            ClearLineContinued();
347    #endif /* NO_COPYLINE_FIX */
348    
349          if (LFMode) CarriageReturn(logFlag);          if (LFMode) CarriageReturn(logFlag);
350  }  }
351    

Legend:
Removed from v.3311  
changed lines
  Added in v.3312

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26