Open dbc60 opened 1 week ago
As a temporary measure, downgrading to release v1.21.2361.0 or lower rolls back this change.
Thank you. I rolled back to v1.21.2361.0 (which works well enough and resolves this issue for the time being) and look forward to the release of v1.23.
Windows Terminal version
1.21.2911.0
Windows build number
10.0.22631.4391
Other Software
No response
Steps to reproduce
I used to be able to run
and then press UP ARROW three times to repeat
echo 1
and then DOWN ARROW to cycle throughecho 2
,echo 3
,echo 1
, etc. Now the first DOWN ARROW does nothing.I think both Command Prompt and PowerShell had this behavior. I do know I used that pattern of cycling through the history for Command Prompt quite frequently, but now I find that I must press UP ARROW three times each time I want to cycle through the last three commands. It would be nice to have the old behavior back.
I haven't found any documentation or bug reports that addresses this issue. Thanks in advance for your help.
Expected Behavior
After pressing UP ARROW three times and ENTER to execute the third command back in history, I expected pressing DOWN ARROW followed by ENTER to execute each of the past 3 commands in sequence ad infinitum.
Actual Behavior
After pressing UP ARROW three times and ENTER to execute the third command back in history, pressing DOWN ARROW does nothing. No previous command is recalled from history.