Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.h

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

revision 5545 by yutakapon, Mon Mar 17 16:06:58 2014 UTC revision 5620 by yutakapon, Thu Jun 26 12:48:19 2014 UTC
# Line 97  HANDLE hInst; /* Instance handle of TTXS Line 97  HANDLE hInst; /* Instance handle of TTXS
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  */  */
# Line 149  typedef struct _TS_SSH { Line 155  typedef struct _TS_SSH {
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

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