-
A recent `urwid` update changed how/when the screen is redrawn, which made commits 030508e6069a909e89b5d5e5beb36f4a794a8157 f83949fb23773a557a90eceac79227b57b66b8f6 a48ef301138a483abbbb60cc2c428b9438…
-
**Describe the bug**
redial does not support UTF-8 locale
**To Reproduce**
```
bash-3.2$ pip3 install redial …
-
Hi,
I tried installing on my system and below errors came up and I am not sure whats the cause of it.
Appreciate the help!.
Operating System: Debian GNU/Linux 10 (buster) - 10.9
Kernel: Linux …
-
```
❯ toot env
toot 0.43.0
Python 3.12.3 (main, Apr 9 2024, 08:09:14) [Clang 15.0.0 (clang-1500.3.9.4)]
macOS-14.4.1-arm64-arm-64bit
```
When using toot TUI to view: `https://mastodon.cloud/@…
-
##### Description:
According to my understanding of the documentation, the `wrap_around` option to `SimpleListWalker` and `SimpleFocusListWalker` should simply cause the focus to "wrap around," i.e…
-
I'd like to have the menuconfig-like interface in a pure python utility. It seems that the urwid library has some half-baked dialog.py in its examples - I wonder if this could be baked in into the lib…
ztane updated
6 years ago
-
### Description
The current help is organized into *categories*, with each *hotkey* falling into one of these, with a matching *description*.
As hotkeys have developed over time, they have been …
-
Hi all,
I am trying to have a urwid menu (Hello World example) available over a serial COM port instead of stdin/stdout, however, it does not seem to work.
I use two connected serial -> USB adap…
-
##### Description:
I can read on these differents urls what urwid can be used with cygwin on Windows:
* https://github.com/urwid/urwid/issues/152#issuecomment-403285184
* http://lists.excess.or…
-
I'm using watches, and stepping using continue (`c`)...
``` py
File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch
return self.dispatch_line(frame)
File "pudb/debugger.py", line 17…