slack icon indicating copy to clipboard operation
slack copied to clipboard

Wishlist: Hide list of channels and disable borders

Open ctrlcctrlv opened this issue 8 years ago • 2 comments

For copy pasting of long links :) This would work best if #12 was implemented first.

ctrlcctrlv avatar Oct 20 '17 10:10 ctrlcctrlv

There is an issue with changing CHAT window size, that is the same issue that prevent slack to support terminal resize: given our data structure where messages are splitted every COLS chars to be able to go backward of just one line, changing COLS by enlarging the window will force us to recheck every stored message, putting together multilines messages, and splite them again.

Yeah, we need to get rid of this ugly behaviour.

FedeDP avatar Oct 22 '17 07:10 FedeDP

I'd say, deal with #16, #9 and #8 then let's try changing our data structure to better fit this request (and because current method is quite ugly, as already stated).

FedeDP avatar Oct 22 '17 08:10 FedeDP