Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 602 |
CommBinaryOut(&cv, str, l); |
CommBinaryOut(&cv, str, l); |
| 603 |
} |
} |
| 604 |
|
|
| 605 |
void SendOSCstr(char *str, int len, char TermChar) { |
static void SendOSCstr(char *str, int len, char TermChar) { |
| 606 |
size_t l; |
size_t l; |
| 607 |
|
|
| 608 |
if (str == NULL || len < 0) |
if (str == NULL || len < 0) |
| 2621 |
} |
} |
| 2622 |
} |
} |
| 2623 |
|
|
| 2624 |
void CSSetAttr() // SGR |
static void CSSetAttr(void) // SGR |
| 2625 |
{ |
{ |
| 2626 |
UpdateStr(); |
UpdateStr(); |
| 2627 |
ParseSGRParams(&CharAttr, NULL, 1); |
ParseSGRParams(&CharAttr, NULL, 1); |
| 5044 |
return colornum; |
return colornum; |
| 5045 |
} |
} |
| 5046 |
|
|
| 5047 |
void XsProcColor(int mode, unsigned int ColorNumber, char *ColorSpec, BYTE TermChar) { |
static void XsProcColor(int mode, unsigned int ColorNumber, char *ColorSpec, BYTE TermChar) { |
| 5048 |
COLORREF color; |
COLORREF color; |
| 5049 |
char StrBuff[256]; |
char StrBuff[256]; |
| 5050 |
unsigned int colornum; |
unsigned int colornum; |
|
|
Legend:
| Removed from v.10128 |
|
| changed lines |
| |
Added in v.10157 |
|
|
| |