Esempio n. 1
0
 public void SetBufferSize(int width, int height)
 {
     FakeConsole.SetBufferSize(width, height);
     cols = width;
     rows = height;
     if (!HeightAsBuffer)
     {
         SetWindowSize(width, height);
     }
     ProcessResize();
 }