bartbutenaers / node-red-contrib-xterm

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

Add a clear button #5

Closed bartbutenaers closed 5 years ago

bartbutenaers commented 5 years ago

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

terminal.clear();
bartbutenaers commented 5 years ago

Implemented