nodejs-dashboard icon indicating copy to clipboard operation
nodejs-dashboard copied to clipboard

Text not selectable in the stream

Open mathieudutour opened this issue 8 years ago • 2 comments

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

mathieudutour avatar Oct 14 '16 16:10 mathieudutour

inside stream-view.js you need to set mouse to false and then it'll work

gitnik avatar Oct 17 '16 06:10 gitnik

https://github.com/FormidableLabs/nodejs-dashboard/pull/30

gitnik avatar Oct 17 '16 06:10 gitnik