zolrath / wemux

Multi-User Tmux Made Easy
MIT License
3.63k stars 139 forks source link

lsc: Use -F for client_tty #49

Closed ThomasAdam closed 9 years ago

ThomasAdam commented 9 years ago

Rather than hand-roll this, use -F '#{client_tty}' which gives the same output.

zolrath commented 9 years ago

Nice! Quite a bit cleaner. Thank you!