Pymux

Latest version: v0.14

Safety actively analyzes 619504 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.0.0

New features:
- Added 'C-b PPage' key binding (like tmux).
- Many performance improvements in the vt100 parser.

Improvements/fixes:
- Don't crash when decoding utf-8 input fails. (Sometimes it happens when using
the mouse in lxterminal.)
- Cleanup CLI object when the client was detached. (The server would become
very slow if the CLI was not removed for a couple of times.)
- Replace errors when decoding utf-8 input.
- Fixes regarding multiwidth characters.
- Bugfix: Don't use 'del' on a defaultdict, but use pop(..., None) instead, in
order to avoid key errors.
- Handle decomposed unicode characters correctly.
- Bugfix regarding the handling of 'clear'.
- Fixes a bug where the cursor stays at the top.
- Fix: The socket in the pymux client should be blocking.

0.60

0.59

0.14

----------------

Fixes:
- Fixed bug in remove_reader (ValueError).
- Pin Pyte requirements belowe 0.6.0.

0.13

----------------

New features:
- Added status-interval option.
- Support for ANSI colors only.
* Added --ansicolor option.
* Check PROMPT_TOOLKIT_ANSI_COLORS_ONLY environment variable.
- Added pane-status option for hiding the pane status bar.
(Disabled by default.)
- Expose shift+arrow keys for key bindings.

Performance improvements:
- Only do datetime formatting if the string actually contains a '%'
character.

Fixes:
- Catch OSError in os.tcgetpgrp.
- Clean up sockets, also in case of a crash.
- Fix in process.py: don't call remove_reader when master is None.

0.12

----------------

Fixes:
- Prompt_toolkit 1.0.4 compatibilty.
- Python 2.6 compatibility.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.