Repro:
Ubuntu 14.04
powershell
sudo apt-get install screen
screen
ls
Expected:
prompt to come back
Actual:
hangs on output
Removing PSReadline doesn't change the result. Ctrl-A then k to kill the current screen session.
Name Value
---- -----
PSVersion 6.0.0-alpha
PSEdition Core
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.10
CLRVersion
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Repro:
Ubuntu 14.04
powershell sudo apt-get install screen screen lsExpected:
prompt to come back
Actual:
hangs on output
Removing PSReadline doesn't change the result. Ctrl-A then k to kill the current screen session.