nightroman / FarNet

Far Manager framework for .NET modules and scripts in PowerShell, F#, JavaScript.
https://github.com/nightroman/FarNet/wiki
BSD 3-Clause "New" or "Revised" License
136 stars 19 forks source link

PSF Cannot open panel after output #7

Closed nightroman closed 8 years ago

nightroman commented 8 years ago

This works

$host | Out-FarPanel

This used to work but fails after some changes in Far about user screen

42
$host | Out-FarPanel

42 triggers ShowUserScreen. It is now kind of modal in Far and panels cannot be set current.

We need either exit user screen or make the switch to panels and opening async.