Hi Nic et al., why do pane titles default to the hostname? commit d9b313332186b0c99ec6a9b7585db8188bb35cfc > +++ window.c > > > @@ -704,6 +704,7 @@ struct window_pane * > > > window_pane_create(struct window *w, u_int sx, u_int sy, u_int hlimit) >
> + if (gethostname(host, sizeof host) == 0) > > > + screen_set_title(&wp->base, host); > > Couldn't figure out from the git log. A user-configurable format would be nice.. Best Regards! #marcel : ) -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
