---

** [tickets:#108] tmux crashes with calls to swap-pane **

**Status:** open
**Created:** Sat Mar 01, 2014 05:28 PM UTC by Fabián Ezequiel Gallina
**Last Updated:** Sat Mar 01, 2014 05:28 PM UTC
**Owner:** nobody

Since a very long time, I've been using this command to pop a pane from a 
splitted window and move it to its own so I can see it "full-screen". Here's 
the relevant excerpt from my config:

    unbind +
    bind + new-window -d -n tmp \; swap-pane -s tmp.0 \; select-window -l

Since I've upgraded to tmux 1.9a, this command makes tmux crash.

I've been trying to run this command by hand and I believe the culprit is on 
the swap-pane command itself:

    fgallina@tata ~ » tmux new-window -d -n tmp
    fgallina@tata ~ » echo $?
    0
    fgallina@tata ~ » tmux swap-pane -s tmp.0
    session not found: tmp
    fgallina@tata ~ » echo $?
    1

Because it seems the swap-pane option won't get the window by name, I tried 
this:

    fgallina@tata ~ » tmux swap-pane -s 2.0

And when I run that, tmux crashes as well.

Let me know if I can do something else on my end to get this fixed.


Thanks!


---

Sent from sourceforge.net because tmux-users@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/tmux/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/tmux/admin/tickets/options.  Or, if this is a mailing 
list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to