Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/filesys_log.cpp

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

revision 5395 by yutakapon, Mon Sep 30 09:47:11 2013 UTC revision 5446 by maya, Tue Nov 26 15:50:27 2013 UTC
# Line 474  BOOL LogStart() Line 474  BOOL LogStart()
474                  // 0x1000 = plain text (2005.2.20 yutaka)                  // 0x1000 = plain text (2005.2.20 yutaka)
475                  // 0x2000 = timestamp (2006.7.23 maya)                  // 0x2000 = timestamp (2006.7.23 maya)
476                  // 0x4000 = hide file transfer dialog (2008.1.30 maya)                  // 0x4000 = hide file transfer dialog (2008.1.30 maya)
477                  // 0x8000 = All buffer included in first (2013.9.29 yutaka)                  // 0x8000 = Include screen buffer (2013.9.29 yutaka)
478                  // teraterm.iniの設定を見てからデフォルトオプションを決める。(2005.5.7 yutaka)                  // teraterm.iniの設定を見てからデフォルトオプションを決める。(2005.5.7 yutaka)
479                  Option = MAKELONG(ts.LogBinary,                  Option = MAKELONG(ts.LogBinary,
480                                    ts.Append |                                    ts.Append |

Legend:
Removed from v.5395  
changed lines
  Added in v.5446

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