Browse Subversion Repository
Annotation of /trunk/teraterm/teraterm/vtterm.h
Parent Directory
| Revision Log
Revision 3221 -
( hide annotations)
( download)
( as text)
Tue Mar 24 09:37:20 2009 UTC
(15 years ago)
by maya
File MIME type: text/x-chdr
File size: 491 byte(s)
CVS から SVN へ移行: trunk に集約
| 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 |
|