Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse CVS Repository
/
[OSDN]
/
ttssh2
/
teraterm
/
source
/
teraterm
/
filesys.cpp
Diff of /ttssh2/teraterm/source/teraterm/filesys.cpp
Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision
1.2
by
yutakakn
, Sun Feb 20 14:51:29 2005 UTC
revision
1.3
by
yutakakn
, Sat May 7 09:49:24 2005 UTC
#
Line 239
void LogStart()
Line 239
void LogStart()
239
if (strlen(&(LogVar->FullName[LogVar->DirLen]))==0)
if (strlen(&(LogVar->FullName[LogVar->DirLen]))==0)
240
{
{
241
// 0x1000 = plain text (2005.2.20 yutaka)
// 0x1000 = plain text (2005.2.20 yutaka)
242
Option = MAKELONG(ts.TransBin,ts.Append | 0x1000);
// teraterm.iniの設定を見てからデフォルトオプションを決める。(2005.5.7 yutaka)
243
Option = MAKELONG(ts.TransBin,ts.Append | (0x1000 * ts.LogTypePlainText));
244
if (! (*GetTransFname)(LogVar, ts.FileDir, GTF_LOG, &Option))
if (! (*GetTransFname)(LogVar, ts.FileDir, GTF_LOG, &Option))
245
{
{
246
FreeFileVar(&LogVar);
FreeFileVar(&LogVar);
#
Line 1075
void QVStart(int mode)
Line 1076
void QVStart(int mode)
1076
1077
/*
/*
1078
* $Log$
* $Log$
1079
* Revision 1.3 2005/05/07 09:49:24 yutakakn
1080
* teraterm.iniに LogTypePlainText を追加した。
1081
*
1082
* Revision 1.2 2005/02/20 14:51:29 yutakakn
* Revision 1.2 2005/02/20 14:51:29 yutakakn
1083
* ログファイルの種別に"plain text"を追加。このオプションが有効の場合は、ログファイルに
* ログファイルの種別に"plain text"を追加。このオプションが有効の場合は、ログファイルに
1084
* ASCII非表示文字の採取をしない。
* ASCII非表示文字の採取をしない。
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.1.2
changed lines
Added in v.1.3
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26