-
Hi,
This is fantastic tool, I am wondering how should I fill the text box instead of selection from a menu, is there a component for this?
BR
Larry
-
# Bug report
```
import curses
def bug(scr):
scr.addstr("first line\n")
scr.addstr("second line")
scr.refresh()
scr.getch()
scr.insstr(0, 5, "X\nXX")
scr.refre…
-
Header file /mingw64/include/pdcurses/panel.h
refers to curses.h
via #include
what does searching in /mingw64/include/curses.h
It seems to me that this is an oversight.
-
### Description
I experienced a strange behavior when using the `poetry install` command with the `--only` flag.
Let's say that all of my dependencies are installed and up to date. If I run `poetr…
-
Hello to everyone,
i'm using keyboard package and it's really powerful.. thank you for it.
I'm just facing with a problem with the following code:
import keyboard
d…
-
It appears that the `gnureadline` package on PyPI will not build properly on macOS Sonoma with Python 12.0, potentially due to some changes in `clang`.
This issue acknowledges that we are aware of …
-
#### Runtime Environment
- Operating system and version: NixOS 19.09
- Terminal emulator and version: Alacritty 0.3.3, Kitty 0.14.6, termite v15
- Python version: 3.7.5
- Ranger version/commit…
-
I have been experiencing a strange issue where the screen in fingerterm doesn't refresh properly in some text-based apps.
The most reliable way to reproduce this bug is to log in to an external openS…
-
Is there a standard way to select nothing in percol? I've been using `ctrl+c` so far but it prints an error and doesn't clean up the screen.
polm updated
2 months ago
-
from latest github I get this error after I create, or continue with, a player:
`Traceback (most recent call last):
File "/home/quester/pq-venv/bin/pqcli", line 8, in
sys.exit(main())
…