Refactoring of terminal capture (WiP)
commita4322735ea4baea8114ea941551ee875e2e8c756
authorVojtech Horky <vojtech.horky@gmail.com>
Tue, 20 Nov 2018 15:21:35 +0000 (20 16:21 +0100)
committerVojtech Horky <vojtech.horky@gmail.com>
Tue, 20 Nov 2018 15:21:35 +0000 (20 16:21 +0100)
tree1ca2458b1784bbb1fa7bae5f3c779fdc4384be8a
parentd6840eae69bc2596f3b9ff4803350dc2845b2d06
Refactoring of terminal capture (WiP)

There is too much similar/duplicate code in individual VM controllers
and also in the tasks. The API is definitely not final but it should be
tested from the very beginning to prevent some weird race-conditions in
the future.
htest/scrollterm.py [new file with mode: 0755]
tests/test_scrollterm.py [new file with mode: 0644]