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 3309 by doda, Mon Apr 13 11:51:36 2009 UTC revision 3310 by doda, Wed Apr 15 03:40:16 2009 UTC
# Line 1767  void CSSetAttr() Line 1767  void CSSetAttr()
1767        case 6:        case 6:
1768          DispShowWindow(WINDOW_LOWER);          DispShowWindow(WINDOW_LOWER);
1769          break;          break;
1770          case 7:
1771            DispShowWindow(WINDOW_REFRESH);
1772            break;
1773        case 8: /* set terminal size */        case 8: /* set terminal size */
1774          if ((Param[2]<=1) || (NParam<2)) Param[2] = 24;          if ((Param[2]<=1) || (NParam<2)) Param[2] = 24;
1775          if ((Param[3]<=1) || (NParam<3)) Param[3] = 80;          if ((Param[3]<=1) || (NParam<3)) Param[3] = 80;

Legend:
Removed from v.3309  
changed lines
  Added in v.3310

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