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 settings #4

Closed bartbutenaers closed 5 years ago

bartbutenaers commented 5 years ago

Add some settings like number of rows/columns. All xterm.js options can be found here.

And some extra:

    this.xterm.setOption('theme', {
      background: COLORS.blue[900],
      foreground: COLORS.white,
    });
bartbutenaers commented 5 years ago

Settings tabsheet has been implemented