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 4018 by doda, Wed Aug 18 16:55:55 2010 UTC revision 4019 by doda, Thu Aug 19 04:47:03 2010 UTC
# Line 2453  void CSSetAttr()               // SGR Line 2453  void CSSetAttr()               // SGR
2453          FilterLeft   = (NParam<2 || Param[2]<1)? x : Param[2];          FilterLeft   = (NParam<2 || Param[2]<1)? x : Param[2];
2454          FilterBottom = (NParam<3 || Param[3]<1)? y : Param[3];          FilterBottom = (NParam<3 || Param[3]<1)? y : Param[3];
2455          FilterRight  = (NParam<4 || Param[4]<1)? x : Param[4];          FilterRight  = (NParam<4 || Param[4]<1)? x : Param[4];
2456            if (FilterTop > FilterBottom) {
2457              i = FilterTop; FilterTop = FilterBottom; FilterBottom = i;
2458            }
2459            if (FilterLeft > FilterRight) {
2460              i = FilterLeft; FilterLeft = FilterRight; FilterRight = i;
2461            }
2462          DecLocatorFlag |= DecLocatorFiltered;          DecLocatorFlag |= DecLocatorFiltered;
2463          break;          break;
2464    

Legend:
Removed from v.4018  
changed lines
  Added in v.4019

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