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 2476 - (hide annotations) (download) (as text)
Mon Apr 14 17:35:50 2008 UTC (16 years ago) by maya
Original Path: teraterm/trunk/teraterm/vtterm.h
File MIME type: text/x-chdr
File size: 491 byte(s)
ファイル移動に伴う修正

1 maya 2476 /* 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