i have two windows in a tmux session, 1 and 2;
now i want to move the two windows to a single
pane, i am using join-pane -t 1 -s 2, when i
do this i get the horizontal split with the
top window containing the window 1 and bottom
window containing window 2, but instead of that
i need the window to be split vertically.

horizontal:
  1
-----
  2

vertical:
     |
  1  | 2
     |



On Thu, Dec 13, 2012 at 12:57 AM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:

> On Tue, Dec 11, 2012 at 12:03:40PM +0530, Sinbad wrote:
> >    how do i vertical split using join-pane command.
>
> What do you mean?
>
> >    and also junk chars are shown as pane dividers
> >    how can i change that. $TERM is set to xterm-256color
> >    both inside and outside tmux.
>
> This is wrong inside tmux, it should be screen-256color inside.
>
> >    For pane divider i tried
> >    setting*export LANG=en_US.UTF-8 as indicated in
> >    other post, it didn't help.
>
> What terminal are you using?
>
> Did you restart tmux entirely after exporting LANG?
>
>
> >    -sinbad
>
> >
> ------------------------------------------------------------------------------
> > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> > Remotely access PCs and mobile devices and provide instant support
> > Improve your efficiency, and focus on delivering more value-add services
> > Discover what IT Professionals Know. Rescue delivers
> > http://p.sf.net/sfu/logmein_12329d2d
>
> > _______________________________________________
> > tmux-users mailing list
> > tmux-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/tmux-users
>
>
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to