prompt-toolkit / pymux

A terminal multiplexer (like tmux) in Python
BSD 3-Clause "New" or "Revised" License
1.45k stars 82 forks source link

No Pane Tilebars? #56

Closed PodioSpaz closed 8 years ago

PodioSpaz commented 8 years ago

Hello,

None of my panes have a titlebar. Am I missing a configuration setting?

Thanks

jonathanslenders commented 8 years ago

Hi @PodioSpaz,

Yes, in the latest version, I turned them off by default, just like tmux. Do Ctrl-B : (colon) to go in command mode. Then type set-option pane-border-status on. Let me know if that doesn't work.

PodioSpaz commented 8 years ago

Hello @jonathanslenders,

That worked. Thanks.