-
Can we get curses mouse support? i.e.
- `mousemask`
- `get_mouse`
- `ungetmouse`
- `wenclose`
- `wmouse_trafo`
We do already have `KEY_MOUSE`; which I found a bit weird.
-
Detecting the arrow keys with the `nbinput` module would be very useful. I need to work out how to do it, as at it seems to come through as multiple characters as it is set up at the moment.
-
```
linux:~/code/other/tinytetris$ make
g++ -lcurses tinytetris.cpp -o tinytetris
/tmp/ccNKijAL.o: In function `F()':
tinytetris.cpp:(.text+0xf7): undefined reference to `move'
tinytetris.cp…
-
Hi, thanks for the library!
I was looking for something easier to use than curses, but more control than (the awesome) TTY libraries, and so far, this looks very promising!
I've been playing aro…
-
### Description
Hello maintainers,
My current case is: when installing by git add git+url#commit or #branch_name, it reports as installing said commit. Inside venv, it says the same commit. But whe…
-
-
Is there any repo which I can use to install it on a windows machine?
-
Currently the library only works on Linux and there is no support for Windows and MinGW as it uses unix dependent code.
This can be replaced by cross platform code making it compatible with Window…
-
BPO | [41595](https://bugs.python.org/issue41595)
--- | :---
Nosy | @websurfer5, @madebr
Files | [chgat.py](https://bugs.python.org/file49407/chgat.py "Uploaded as text/plain at 2020-08-20.00:39:50 by…
-
It would be cool to display stats/general info on the console while running a test. Would be more helpful than spitting out the entire log on the console. Items to display:
1. URL to fuzz control
2.…