Skip to content
v.0.8.7

Solved a typo in a comment in ctop.py.

Fixed a overindented instructions (keyboard mess I guess) in screenutils.py

Fixed bug for parameter rows being ignored for rendering the list of processes.
Fixes #47

Fixed bug for hostanme and Kernel version breaking the maximum width of the line.
Fixes #48

Pending related bug for the next line. Related #49

Refactor to extract wide functionality, plus adding 3 tests into test_renderblocks.py.
Current Code Coverage of renderblocks.py is 9%.

When the ports are wider than the screen width, the list is cut and ".." is added at the end.
Fixes #49

Added additional test cases for test_renderblocks.py

Fixed wide specified doesn't show part of the platform, having enough space
Fixes #50