Skip to content

Commit f0628f8

Browse files
authored
Merge pull request #110 from php-school/enable-cursor
Enable cursor when exiting terminal - closes #90
2 parents cb26c20 + cab55b8 commit f0628f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CliMenu.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ protected function configureTerminal() : void
120120
protected function tearDownTerminal() : void
121121
{
122122
$this->terminal->restoreOriginalConfiguration();
123+
$this->terminal->enableCursor();
123124
}
124125

125126
private function assertTerminalIsValidTTY() : void

0 commit comments

Comments
 (0)