* optim: use 1 row screen to render last line of output
1.6.14
* fix: pyte can raise exception with private=True * get last line of screen (cursor movement can write on multiple lines)
1.6.13
* refactor last line of command compute, (fix \r considered as line separator)
1.6.12
* last output line decode tty with pyte (manage control characters / backspace...)
1.6.11
* display raw output url with shareterm
1.6.10
* `/command_output_raw/<command_id>` streams tty output until end of command * can be used to display shared term in a terminal with : * `curl -s -N http://srv:port/command_output_raw/<command_id>`