bartbutenaers / node-red-contrib-xterm

A Node-RED node terminal front-end, to execute backend CLI commands
Apache License 2.0
19 stars 3 forks source link

Add a clear button #5

Closed bartbutenaers closed 4 years ago

bartbutenaers commented 4 years ago

Add a small button above the terminal window, to clear the terminal window.

terminal.clear();
bartbutenaers commented 4 years ago

Implemented