moveCursorToTop() 공개 메소드

Move the cursor to the top left of the window
public moveCursorToTop ( ) : void
리턴 void
예제 #1
0
 /**
  * @throws InvalidTerminalException
  */
 public function closeThis()
 {
     $this->terminal->clean();
     $this->terminal->moveCursorToTop();
     $this->open = false;
 }