Jeff Quast

Results 220 comments of Jeff Quast

> keys pressed while an animation is playing [...] will be queued up for delivery by the next Terminal.inkey, instead of inkey blocking for a new key as intended I...

I really like the game, by the way !!!

Sorry I missed the PyInstaller issue, I haven't used or contributed to PyInstaller in over 15 years, but if you can reduce your problem to a simple set of files...

It does not have a pagination feature, But it could. I have written several “pagers” using blessed, one in x/84, and one in wcwidth. I will include a link shortly....

- https://github.com/jquast/x84/blob/master/x84/bbs/pager.py - https://github.com/jquast/wcwidth/blob/master/bin/wcwidth-browser.py#L280-L660 Both of these pagers are very specific and detailed and long, I wouldn't include anything of that size in blessed, i would want something more basic...

Glad to hear you perused this :) > what about lovely features like term.move_xy() that let me have little side-boxes of text elsewhere? > How would you handle displaying content...

Oh, I'd like to add, there is a way to query a terminal interactively for its terminfo database! In this way, a special termcap like `xterm-kitty` is compatible on a...

Thank You! I'll fix Kovid's name shortly. On `st`, you are please welcome to submit a replacement yaml with the patch applied. In any situation like this I wish to...

@amotzkau can you suggest any telnet client and server that supports CHARSET negotiation? I vaguely remember implementing against "Atlantis" MUD telnet client, which was the only reference I could find...