Clear the title bar when the server shutdown.

This commit is contained in:
Fris 2018-07-23 19:36:32 +01:00 committed by Dylan K. Taylor
parent 9e1fa453ad
commit 69c54e789a

View File

@ -2013,6 +2013,10 @@ class Server{
return;
}
if($this->doTitleTick){
echo "\x1b]0;\x07";
}
try{
if(!$this->isRunning()){
$this->sendUsage(SendUsageTask::TYPE_CLOSE);