Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/vtterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10128 by zmatsuo, Tue Aug 9 01:08:12 2022 UTC revision 10157 by zmatsuo, Sun Aug 14 16:30:14 2022 UTC
# Line 602  void SendCSIstr(char *str, int len) { Line 602  void SendCSIstr(char *str, int len) {
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)
# Line 2621  void ParseSGRParams(PCharAttr attr, PCha Line 2621  void ParseSGRParams(PCharAttr attr, PCha
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);
# Line 5044  unsigned int XtColor2TTColor(int mode, u Line 5044  unsigned int XtColor2TTColor(int mode, u
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

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