Comment 3 for bug 1780501

Revision history for this message
Brian Murray (brian-murray) wrote :

Calling feed_child() with the version of vte2.91 in bionic-updates this way works:

term.feed_child("n\n".encode("utf-8"))

However, it seems that the length argument disappeared even though it continues to be documented.