Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On windows I cannot scroll. #38

Open
restockflippaz opened this issue Feb 1, 2022 · 4 comments
Open

On windows I cannot scroll. #38

restockflippaz opened this issue Feb 1, 2022 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@restockflippaz
Copy link

I can scroll through a list on mac, but not on windows.

react = [
inquirer.List('REACT',
message="REACT TO MESSAGE?",
choices=['YES', 'NO'],
),
]
reaction = inquirer.prompt(react)

@kazhala
Copy link
Owner

kazhala commented Feb 1, 2022

Hi @restockflippaz ,

I'm able to scroll on windows using Alacritty as the terminal and also the default PowerShell terminal. Could you give it a shot in another terminal and perhaps it could also be affected by the PowerShell version you are on?

I'm not able to provide much help besides these as I personally don't really use windows. But for the information, the scrolling is working on Alacritty and Windows PowerShell with version 5.1 and Windows 10.

Thanks

@kazhala
Copy link
Owner

kazhala commented Feb 1, 2022

Could you share which terminal and PowerShell version? If its a limitation I'll note it in doc. Thanks

@kazhala kazhala added the question Further information is requested label Feb 1, 2022
@restockflippaz
Copy link
Author

its normal cmd on windows 10

@kazhala
Copy link
Owner

kazhala commented Feb 2, 2022

Could you give it a try in powershell then? I'll note the cmd support in doc, the scrolling is directly controlled via upstream package prompt-toolkit which in this case, most likely doesn't work well in cmd.

@kazhala kazhala added documentation Improvements or additions to documentation and removed question Further information is requested labels Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants