| 473 |
// エラーおよび警告時のポップアップメッセージを抑止する (2014.6.26 yutaka) |
// エラーおよび警告時のポップアップメッセージを抑止する (2014.6.26 yutaka) |
| 474 |
settings->DisablePopupMessage = GetPrivateProfileInt("TTSSH", "DisablePopupMessage", 0, fileName); |
settings->DisablePopupMessage = GetPrivateProfileInt("TTSSH", "DisablePopupMessage", 0, fileName); |
| 475 |
|
|
| 476 |
|
READ_STD_STRING_OPTION(X11Display); |
| 477 |
|
|
| 478 |
clear_local_settings(pvar); |
clear_local_settings(pvar); |
| 479 |
} |
} |
| 480 |
|
|
| 578 |
|
|
| 579 |
_itoa(settings->DisablePopupMessage, buf, 10); |
_itoa(settings->DisablePopupMessage, buf, 10); |
| 580 |
WritePrivateProfileString("TTSSH", "DisablePopupMessage", buf, fileName); |
WritePrivateProfileString("TTSSH", "DisablePopupMessage", buf, fileName); |
| 581 |
|
|
| 582 |
|
WritePrivateProfileString("TTSSH", "X11Display", settings->X11Display, fileName); |
| 583 |
} |
} |
| 584 |
|
|
| 585 |
|
|
| 1658 |
sizeof(pvar->settings.DefaultForwarding), |
sizeof(pvar->settings.DefaultForwarding), |
| 1659 |
option + 5, _TRUNCATE); |
option + 5, _TRUNCATE); |
| 1660 |
} |
} |
| 1661 |
|
} else if (MATCH_STR(option + 4, "-display=") == 0) { |
| 1662 |
|
strncpy_s(pvar->settings.X11Display, |
| 1663 |
|
sizeof(pvar->settings.X11Display), |
| 1664 |
|
option + 13, _TRUNCATE); |
| 1665 |
} else if (MATCH_STR(option + 4, "-f=") == 0) { |
} else if (MATCH_STR(option + 4, "-f=") == 0) { |
| 1666 |
read_ssh_options_from_user_file(pvar, option + 7); |
read_ssh_options_from_user_file(pvar, option + 7); |
| 1667 |
} else if (MATCH_STR(option + 4, "-v") == 0) { |
} else if (MATCH_STR(option + 4, "-v") == 0) { |