8000 Tags · jquast/blessed · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jquast/blessed

Tags

1.21.0

Toggle 1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #275

Closes #273 by @grayjk,

> The following code enters an infinite loop:

    import blessed
    blessed.Terminal().wrap('\u5973', 1)

This PR fixes it by explicit check: when
- the given individual sequence is of length '2'
- and the wrap width is '1'
- and the cur_len is '0'

we cannot break down this "Wide" character any further -- so it is allowed to "flow outside" the given cell.

1.20.0

Toggle 1.20.0's commit message
Bump version to 1.20.0

1.19.1

Toggle 1.19.1's commit message
Bump version to 1.19.1

1.19.0

Toggle 1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix metadata formatting (#220)

1.18.1

Toggle 1.18.1's commit message
Add 'Typing :: Typed' classifier

Follow-up on #190, see https://pypi.org/classifiers/.

1.18.0

Toggle 1.18.0's commit message
Cut version 1.18.0

1.17.12

Toggle 1.17.12's commit message
bump for 1.17.12 release

1.17.11

Toggle 1.17.11's commit message
Forgot to stamp 1.17.10, stamp 1.17.11

thanks to #181, looks like I forgot to push a version
change commit before stamping, my master branch was 1
commit ahead, 1.17.10 was released to pypi, but the
code contents of github.com have read 1.17.9, this is
also bad for sphinx!

Anyway, we release 1.17.11 to avoid any discrepancies

1.17.10

Toggle 1.17.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #178 from maybeetree/tmux_arrow_fix

Fix shift+arrow keys for tmux

1.17.9

Toggle 1.17.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes and non-critical testing for Python 3.10-dev (#177)

0