Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 920 |
if (GetOnOff(Section, "EnableStatusLine", FName, TRUE)) |
if (GetOnOff(Section, "EnableStatusLine", FName, TRUE)) |
| 921 |
ts->TermFlag |= TF_ENABLESLINE; |
ts->TermFlag |= TF_ENABLESLINE; |
| 922 |
|
|
| 923 |
|
// Enable multiple bytes send -- special option |
| 924 |
|
ts->FileSendBulkPacket = GetOnOff(Section, "FileSendBulkPacket", FName, TRUE); |
| 925 |
|
|
| 926 |
// fixed JIS --- special |
// fixed JIS --- special |
| 927 |
if (GetOnOff(Section, "FixedJIS", FName, FALSE)) |
if (GetOnOff(Section, "FixedJIS", FName, FALSE)) |
| 928 |
ts->TermFlag |= TF_FIXEDJIS; |
ts->TermFlag |= TF_FIXEDJIS; |
| 2295 |
WriteOnOff(Section, "EnableStatusLine", FName, |
WriteOnOff(Section, "EnableStatusLine", FName, |
| 2296 |
(WORD) (ts->TermFlag & TF_ENABLESLINE)); |
(WORD) (ts->TermFlag & TF_ENABLESLINE)); |
| 2297 |
|
|
| 2298 |
|
/* Enable multiple bytes send -- special option */ |
| 2299 |
|
WriteOnOff(Section, "FileSendBulkPacket", FName, ts->FileSendBulkPacket); |
| 2300 |
|
|
| 2301 |
/* IME Flag -- special option */ |
/* IME Flag -- special option */ |
| 2302 |
WriteOnOff(Section, "IME", FName, ts->UseIME); |
WriteOnOff(Section, "IME", FName, ts->UseIME); |
| 2303 |
|
|
|
|
Legend:
| Removed from v.5882 |
|
| changed lines |
| |
Added in v.6079 |
|
|
| |