Example #1
0
 /**
  * {@inheritdoc}
  */
 public function redisplay()
 {
     readline_redisplay();
 }
Example #2
0
 function showPrompt()
 {
     if (!$this->promptShown) {
         readline_on_new_line();
         readline_redisplay();
         $this->promptShown = TRUE;
     }
 }