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

Exit with cd to current directory in Windows #85

Open
graphixillusion opened this issue Aug 12, 2023 · 3 comments
Open

Exit with cd to current directory in Windows #85

graphixillusion opened this issue Aug 12, 2023 · 3 comments
Labels
enhancement New feature or request Windows

Comments

@graphixillusion
Copy link

Specifications

  • OS: Windows 11 x64
  • Terminal: Windows Terminal
  • TUIFI Version: v.3.3.1

Describe the bug

Expecting pdcurses at: C:\Users\USER\scoop\persist\python\Lib\site-packages\unicurses/64 bit binaries/pdcdllu/pdcurses.dll

Additional context

I have installed this with python which was installed with scoop under Windows 11 x64. The program's ui starts and i can navigate: the simple operations works good like cut, paste, move, even shift tab works but for example if i hit ctrl +e it will exit to the prompt with the above message. Even tuifi --version shows this error. I've also checked if the pdcurses.dll file is present in the specified path and the file is there so i don't know what's going on...

@GiorgosXou
Copy link
Owner

GiorgosXou commented Aug 13, 2023

Just remove this line under C:\Users\USER\scoop\persist\python\Lib\site-packages\unicurses\__init__.py, it's just a print(...) function I forgot to remove. lol

@graphixillusion
Copy link
Author

@GiorgosXou But the CTRL+E shoudn't exit to the prompt in the current directory selected in the gui?

@GiorgosXou
Copy link
Owner

GiorgosXou commented Aug 13, 2023

Although it is not mentioned, this trick is not supported for windows at the momment

@GiorgosXou GiorgosXou added Windows enhancement New feature or request and removed Solved labels Aug 13, 2023
@GiorgosXou GiorgosXou changed the title Expecting pdcurses at: C:\Users\USER\scoop\persist\python\Lib\site-packages\unicurses/64 bit binaries/pdcdllu/pdcurses.dll Exit with cd to current directory in Windows Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Windows
Projects
None yet
Development

No branches or pull requests

2 participants