Browse Subversion Repository
Annotation of /trunk/teraterm/teraterm/vtterm.h
Parent Directory
| Revision Log
Revision 4293 -
( hide annotations)
( download)
( as text)
Mon Feb 7 00:42:18 2011 UTC
(13 years, 2 months ago)
by doda
File MIME type: text/x-chdr
File size: 584 byte(s)
Wheel - Cursor 変換を制御シーケンスで無効に出来るようにした。(mintty互換)
| 1 |
maya |
3227 |
/* Tera Term |
| 2 |
|
|
Copyright(C) 1994-1998 T. Teranishi |
| 3 |
|
|
All rights reserved. */ |
| 4 |
|
|
|
| 5 |
|
|
/* TERATERM.EXE, VT terminal emulation */ |
| 6 |
|
|
|
| 7 |
|
|
#ifdef __cplusplus |
| 8 |
|
|
extern "C" { |
| 9 |
|
|
#endif |
| 10 |
|
|
|
| 11 |
|
|
/* prototypes */ |
| 12 |
|
|
void ResetTerminal(); |
| 13 |
|
|
void ResetCharSet(); |
| 14 |
|
|
void ResetKeypadMode(BOOL DisabledModeOnly); |
| 15 |
|
|
void HideStatusLine(); |
| 16 |
|
|
void ChangeTerminalSize(int Nx, int Ny); |
| 17 |
|
|
int VTParse(); |
| 18 |
|
|
void FocusReport(BOOL Focus); |
| 19 |
|
|
BOOL MouseReport(int Event, int Button, int Xpos, int Ypos); |
| 20 |
doda |
3904 |
BOOL BracketedPasteMode(); |
| 21 |
doda |
4293 |
BOOL WheelToCursorMode(); |
| 22 |
doda |
3450 |
void EndTerm(); |
| 23 |
doda |
4246 |
void ChangeTerminalID(); |
| 24 |
maya |
3227 |
|
| 25 |
|
|
#ifdef __cplusplus |
| 26 |
|
|
} |
| 27 |
|
|
#endif |
|