Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/teraterm/teraterm/vtterm.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (hide annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 2 months ago) by maya
File MIME type: text/x-chdr
File size: 515 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 maya 3227 /* Tera Term
2     Copyright(C) 1994-1998 T. Teranishi
3     All rights reserved. */
4    
5     /* TERATERM.EXE, VT terminal emulation */
6     extern int MouseReportMode;
7    
8     #ifdef __cplusplus
9     extern "C" {
10     #endif
11    
12     /* prototypes */
13     void ResetTerminal();
14     void ResetCharSet();
15     void ResetKeypadMode(BOOL DisabledModeOnly);
16     void HideStatusLine();
17     void ChangeTerminalSize(int Nx, int Ny);
18     int VTParse();
19     void FocusReport(BOOL Focus);
20     BOOL MouseReport(int Event, int Button, int Xpos, int Ypos);
21    
22     #ifdef __cplusplus
23     }
24     #endif

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