# Bug reports After go-prompt exit the BASH doesn't show what I have inputed. It's All ok when go-prompt doesn't been run. input: date + enter ``` [root /ctl] $date Fri Apr 9 11:49:41 CST 2021 ``` ``` [root /ctl] $./ctl ops >>> exit Bye! ``` After go-prompt run, command `date` I have input missed. input: date + enter ``` [root /ctl] $Fri Apr 9 11:49:48 CST 2021 ``` command `reset` make terminal return normal.