riotkit-org / riotkit-do

RKD - RiotKit DO. Task executor - balance between Makefile and Gradle. Written in Python. Powerful tool for every DevOps. Automates production tasks as well as local development tasks
Apache License 2.0
10 stars 2 forks source link

Bug: Terminal size is not being updated in sh() calls #57

Closed blackandred closed 3 years ago

blackandred commented 4 years ago

When executing eg. htop or even ps aux the window is very small, so the text is breaked very shortly to the new line and there is a lot of free space on the right side.

The terminal size should be automatically set on command startup, and updated on terminal resize.

blackandred commented 3 years ago

Done.