Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3450 - (hide annotations) (download) (as text)
Mon Jun 8 10:22:00 2009 UTC (14 years, 10 months ago) by doda
File MIME type: text/x-chdr
File size: 532 byte(s)
ロケールオブジェクトがリークしていたのを修正。

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 doda 3450 void EndTerm();
22 maya 3227
23     #ifdef __cplusplus
24     }
25     #endif

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