Prerequisites
Exception report
Screenshot

Environment data
PS Version: 7.3.0-preview.2
PS HostName: ConsoleHost (Windows Terminal)
PSReadLine Version: 2.2.6
PSReadLine EditMode: Windows
OS: 10.0.19041.1 (WinBuild.160101.0800)
BufferWidth: 208
BufferHeight: 46
Steps to reproduce
- Hold Enter until the prompt is at the bottom of the screen.
Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete
- Type
Import-M, press Tab, then focus Import-Module in the autocomplete list (or any other command with many different parameter sets).
Expected behavior
The signature for the command is shown, the prompt moves up and the cursor returns to the edited line.
Actual behavior
The cursor returns one line above the edited line.