Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 97 |
#define OPTION_REPLACE 2 |
#define OPTION_REPLACE 2 |
| 98 |
|
|
| 99 |
/* |
/* |
| 100 |
|
* DisablePopupMessage 用のビット定義 |
| 101 |
|
*/ |
| 102 |
|
#define POPUP_MSG_default 0 |
| 103 |
|
#define POPUP_MSG_FWD_received_data (1 << 0) |
| 104 |
|
|
| 105 |
|
/* |
| 106 |
These are the fields that WOULD go in Tera Term's 'ts' structure, if |
These are the fields that WOULD go in Tera Term's 'ts' structure, if |
| 107 |
we could put them there. |
we could put them there. |
| 108 |
*/ |
*/ |
| 155 |
BOOL VerifyHostKeyDNS; |
BOOL VerifyHostKeyDNS; |
| 156 |
|
|
| 157 |
int IconID; |
int IconID; |
| 158 |
|
|
| 159 |
|
int DisablePopupMessage; |
| 160 |
} TS_SSH; |
} TS_SSH; |
| 161 |
|
|
| 162 |
typedef struct _TInstVar { |
typedef struct _TInstVar { |
|
|
Legend:
| Removed from v.5545 |
|
| changed lines |
| |
Added in v.5620 |
|
|
|