Mark Renton
Mark Renton
It is the 'alb' function as seen in the screenshot... ```PowerShell function alb($x) { $f="C:\NEW\Albums.txt"; if($x -eq '?') { 'alb = for unbought; alb c for unbought count; alb u...
I tried it again with just any command which produces output (you don't have to run the pasted function)... and a different function. Stand on Enter so window scrolls Get-NetIPInterface...
Then try hitting Enter after pasting the function (so it's known by PSReadLine as an entered command) before doing the Up-Arrow Up-Arrow Enter to re-run Get-NetIPInterface... Sorry, YES my WT...
I still see you doing ^V Up-Arrow Up-Arrow, which is not the right steps. ^V followed by Enter, THEN 2 Up-Arrows
OK, I got confused by too many iterations of this, sorry. And sorry that it's been so many iterations. Trying it fresh, with a much simpler function to paste, I...
I did 'Remove-Item function:prompt' and still experienced the problem. I did [WIndows][R] pwsh.exe -noprofile and did NOT experience the problem in the new window! I can think of nothing in...
Yay to reproduction. Note your conhost window says PowerShell 7.5.0 (out-of-date). I thought if I raised [console]::BufferHeight, I could use $host.UI.RawUI.GetBufferContents() to get the console buffer contents, including what has...
> I can reproduce now after setting `[console]::BufferHeight=9001`. Thank you! I have a tangential question for you -- What app do you guys use to record doing PowerShell stuff? I...