Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/vtterm.h

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

revision 3226 by maya, Tue Mar 24 09:37:20 2009 UTC revision 3227 by maya, Tue Mar 24 15:10:33 2009 UTC
# Line 1  Line 1 
1  /* Tera Term  /* Tera Term
2   Copyright(C) 1994-1998 T. Teranishi   Copyright(C) 1994-1998 T. Teranishi
3   All rights reserved. */   All rights reserved. */
4    
5  /* TERATERM.EXE, VT terminal emulation */  /* TERATERM.EXE, VT terminal emulation */
6  extern int MouseReportMode;  extern int MouseReportMode;
7    
8  #ifdef __cplusplus  #ifdef __cplusplus
9  extern "C" {  extern "C" {
10  #endif  #endif
11    
12  /* prototypes */  /* prototypes */
13  void ResetTerminal();  void ResetTerminal();
14  void ResetCharSet();  void ResetCharSet();
15  void ResetKeypadMode(BOOL DisabledModeOnly);  void ResetKeypadMode(BOOL DisabledModeOnly);
16  void HideStatusLine();  void HideStatusLine();
17  void ChangeTerminalSize(int Nx, int Ny);  void ChangeTerminalSize(int Nx, int Ny);
18  int VTParse();  int VTParse();
19  void FocusReport(BOOL Focus);  void FocusReport(BOOL Focus);
20  BOOL MouseReport(int Event, int Button, int Xpos, int Ypos);  BOOL MouseReport(int Event, int Button, int Xpos, int Ypos);
21    
22  #ifdef __cplusplus  #ifdef __cplusplus
23  }  }
24  #endif  #endif

Legend:
Removed from v.3226  
changed lines
  Added in v.3227

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