Re: listing out tmux ptys

2013-10-19 Thread Nicholas Marriott
Try eg lsp -F '#{pane_tty}#{pane_id}' or similar, check the manpage Original message From: Edward Peschko Date: 19/10/2013 19:30 (GMT+00:00) To: tmux-users Subject: listing out tmux ptys All, I was interested in making an application that uses tmux as a dis

listing out tmux ptys

2013-10-19 Thread Edward Peschko
All, I was interested in making an application that uses tmux as a display for a program - ie: one pane controls a process and the others display logs and statuses. In other words, I'd like to have the program write to the other pane's ptys with the various messages associated with the program. H