Andreas Klöckner
Andreas Klöckner
I'd be happy to take a patch that allows this that has a reasonable UI.
I don't think that's required, or, if it is, it should be possible to make it not so.
https://github.com/urwid/urwid/blob/master/examples/browse.py
While I understand the request, I fear that that would be inconsistent with how navigation in Urwid works. Under your suggested change, Ctrl-X would likely be the only way to...
Hmm, OK. I cold be convinced, if one of you were to produce a PR.
Given the overwhelming sentiment on this, I'm on board.
Version of pudb? Urwid? Installed from where? Does it happen with git master?
@isaacbernat Is your version of pudb recent enough to include the changes from #273? (2018.1 or newer?)
What I can say is that it contains code to handle Unicode that seems to work reliably for me, so it's not like we're not trying. (See e.g. [here](https://github.com/inducer/pudb/blob/7872c9b7ffce436008e97a4788398c8c4fe86ff8/test/test_make_canvas.py#L53-L64).) What...
Works for me without an issue. (on Debian testing) "Proof:"  In your traceback, it seems that Urwid (the widget library on which Pudb is based) decides that `ascii` is...