windows-curses icon indicating copy to clipboard operation
windows-curses copied to clipboard

Windows Curses Python module

Results 27 windows-curses issues
Sort by recently updated
recently updated
newest added

Can we get one screenshot in the main readme linked in just to see how this looks on windows? I am on linux right now, for instance. I'd love to...

enhancement

after pip install windows-curses==2.3.2 setupterm failed, python process exit silently. from _curses import setupterm setupterm(term="xterm",fd=1)

# Description It looks like using the function `wrapper` fails, if we use Python 3.12 (to execute the code below). # Steps to Reproduce 1. Store the following code: ```py...

win11 + Windows terminal ```python import curses curses.setupterm() # error: python ./tmp.py' terminated by signal SIGSEGV (Address boundary error) # print(curses.initscr()) # print(curses.termname()) def get_tparm(key): val = None key =...

bug

I am working with Python 3.7 and on macOS/Linux the python curses library handles these keys correctly but on Windows using this library pressing either ] or Shift-] (to get...

bug

Libraries that use Curses expect the `resizeterm` function to be available: ``` Administrator@Turing MSYS /m/home/ramrachum/.nichos/boulder/2022-12-22-21-31-55-165428 $ tabview rollout.csv Traceback (most recent call last): File "C:\Program Files\Python310\Scripts\tabview", line 108, in view(data,...

enhancement

Python 3.13 is out, which means this project needs an update to support it. I gave it [the old college try](https://github.com/pmbarrett314/windows-curses), but ran into [some snags](https://github.com/pmbarrett314/windows-curses/actions/runs/11338298421/job/31531276743) I don't have the...

enhancement