nodejs-dashboard
nodejs-dashboard copied to clipboard
Text not selectable in the stream
Text is not selectable in the stdin and stdout stream. I guess it might be related to this https://github.com/chjj/blessed/issues/263 but I'm not sure wether it's my config or it's more general.
It's not selectable in both iTerm and Terminal
inside stream-view.js you need to set mouse
to false
and then it'll work
https://github.com/FormidableLabs/nodejs-dashboard/pull/30