tolstoyevsky / gits

Web-based terminal emulator
Apache License 2.0
7 stars 0 forks source link

Rework terminal public methods #86

Closed dshil closed 7 years ago

dshil commented 7 years ago

Now the Terminal has two public methods: write and dumphtml. Such API doesn't provide the clear interface to the Terminal and it's not obvious what the write method is actually does.

The PR #84 provides all methods of the Terminal with the docstrings, but the write doesn't have it, because of the future rework that will be done in this issue.