We don't need to show Users list when the app starts. Only when a channel is joined, it becomes effective. I tried to solve it using `.hide()` and `.show()` ([doc](https://github.com/chjj/blessed#methods-2)) but it had some side-effects. Looking for any other possible solution.