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 5569 by doda, Mon Apr 14 04:29:55 2014 UTC revision 5572 by yutakapon, Sun Apr 20 11:05:42 2014 UTC
# Line 3925  int toHexStr(unsigned char *buff, int bu Line 3925  int toHexStr(unsigned char *buff, int bu
3925  int TermcapString(unsigned char *buff, int buffsize, unsigned char *capname)  int TermcapString(unsigned char *buff, int buffsize, unsigned char *capname)
3926  {  {
3927          int len = 0, l;          int len = 0, l;
         unsigned char c;  
3928          unsigned char *capval = NULL;          unsigned char *capval = NULL;
3929    
3930          if (strcmp(capname, "Co") == 0 || strcmp(capname, "colors") == 0) {          if (strcmp(capname, "Co") == 0 || strcmp(capname, "colors") == 0) {

Legend:
Removed from v.5569  
changed lines
  Added in v.5572

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