jquast
blessed
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
don't include *.txt (there are none anymore?)
master
7 days ago
history
master
7 days ago
Prevent strange echo feedback loops (!) (#350) This is very rare, but a problem that needs a bounds check, especially in rare conditions that may cause automatic responses to echo their own input, creating feedback loops.
master
7 days ago
Bugfix: Terminal.wrap drops color escape sequence (#352) Bugfix by integration with wcwidth.width() 0.6.0, just released, https://github.com/jquast/wcwidth/pull/207 Closes #351.
master
7 days ago
lint
jq/bugfix-wrap
7 days ago
Prevent strange echo feedback loops (!) This is very rare, but a problem that needs a bounds check, in my case: - telnet LINE MODE is incorrectly negotiated (should be "kludge") - blessed's _query_response enters cbreak mode - blessed writes \x1b[?u\x1b[c (kitty keyboard query + DA1 query) - in LINE MODE with local echo, the query gets echoed to the terminal - the terminal emulator sees the echoed escape sequence and responds - this response also gets echoed, creating an infinite echo loop So anyway, I miswired it when I failed to await linemode negotiation before launching a program, but anyway its a useful thing to prevent from falling into infinite memory use.
jq/strange-linemode-help
10 days ago
bugfix kitty keyboard protocol detection (#348) The boundary pattern in ``get_kitty_keyboard_state()`` used ``.+`` which matched prematurely! Existing tests didn't catch this because they use ungetch() which buffers the entire response https://github.com/jquast/wcwidth/pull/200 https://github.com/jquast/wcwidth/pull/202
master
12 days ago
bugfix kitty keyboard protocol detection The boundary pattern in ``get_kitty_keyboard_state()`` used ``.+`` which matched prematurely! Existing tests didn't catch this because they use ungetch() which buffers the entire response
jq/bugfix-kitty-keyboard
13 days ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs