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 3802 by doda, Thu Feb 25 12:01:34 2010 UTC revision 3804 by doda, Thu Feb 25 12:38:47 2010 UTC
# Line 2066  void CSSetAttr()               // SGR Line 2066  void CSSetAttr()               // SGR
2066      void CSQChangeColumnMode(int width)         // DECCOLM      void CSQChangeColumnMode(int width)         // DECCOLM
2067      {      {
2068        ChangeTerminalSize(width, NumOfLines-StatusLine);        ChangeTerminalSize(width, NumOfLines-StatusLine);
2069        MoveCursor(0, 0);        if ((ts.TermFlag & TF_CLEARONRESIZE) == 0) {
2070        BuffClearScreen();          MoveCursor(0, 0);
2071        UpdateWindow(HVTWin);          BuffClearScreen();
2072            UpdateWindow(HVTWin);
2073          }
2074      }      }
2075    
2076      void CSQ_h_Mode() // DECSET      void CSQ_h_Mode() // DECSET

Legend:
Removed from v.3802  
changed lines
  Added in v.3804

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