Re: resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
ot ' in .tmux.conf or \e won't be replaced: > > set -g terminal-overrides "*:kUP5=\eOA" > > > > On Wed, Mar 23, 2011 at 03:42:33PM -0400, mbm329 wrote: > > > >[mbmtest@test1 ~]$ tmux ls > >failed to connect to server: Connection ref

Re: resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
g) \033[1;5A 127: kUP6: (string) \033[1;6A 128: kUP7: [missing] Thanks, Mike On Wed, Mar 23, 2011 at 3:16 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > show me output of tmux info after restarting it with that in .tmux.conf > > > On Wed, Mar 23, 2011 at 03:12:31PM -

Re: resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
ight by tmux. > > Try eg > > set -g terminal-overrides '*:kUP5=\eOA' > > Or \e[A if that doesn't work. > > On Wed, Mar 23, 2011 at 02:43:36PM -0400, mbm329 wrote: > >Thanks for the pointer. > >Using PuTTY, here's the output: > >$

Re: resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
different things > for the two keys.) > > > On Wed, Mar 23, 2011 at 12:45:43PM -0400, mbm329 wrote: > >Hi all, > > > >Trying to resize-pane by 1 row or column and it just does a > select-pane > >instead. Here is the relative output from the list-

Re: resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
different things > for the two keys.) > > > On Wed, Mar 23, 2011 at 12:45:43PM -0400, mbm329 wrote: > >Hi all, > > > >Trying to resize-pane by 1 row or column and it just does a > select-pane > >instead. Here is the relative output from the list-

resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
Hi all, Trying to resize-pane by 1 row or column and it just does a select-pane instead. Here is the relative output from the list-keys command: Up: (repeat) select-pane -U Down: (repeat) select-pane -D Left: (repeat) select-pane -L Right: (repeat) select-pane -R M-Up: (repeat) r

tmux output >/dev/null, hangs command

2011-02-18 Thread mbm329
Seems like if I run a command that gives output, and I try to send that output to /dev/null, it hangs the command. This occurs with at least "set" and "setw" commands. I'm running tmux v1.4. I'm not sure if the following output will help, but thought I'd include it anyways. Example: $ tmux setw

capture-pane with history

2011-02-11 Thread mbm329
Hello list, I'm using tmux v1.4 and trying to write a script that would, via cron, save the history buffer from all tmux windows. I've tried capture-pane, but am only able to get the pane that is visible within the terminal window; the history is not saving to file. I was able to save them in sc

Re: Hostname/Command for Window Name

2011-01-13 Thread mbm329
tware, downloading it, and it's dependencies, and updating each in the right order from there. Though, this appears to be the obvious solution, and I may need to go this route. I may be overlooking something basic, so if anyone else has any ideas, I will welcome them. Thanks much! Mike On Thu,

Re: 2 questions about working with tmux

2011-01-12 Thread mbm329
Nevermind, upgraded to the latest version. This has been fixed. My apologies. Mike On Wed, Jan 12, 2011 at 6:45 PM, mbm329 wrote: > Also of note to the devs, there may be a bug with regards to the > creation and detaching of a session within the same commandline.  It > works, but y

Re: 2 questions about working with tmux

2011-01-12 Thread mbm329
Also of note to the devs, there may be a bug with regards to the creation and detaching of a session within the same commandline. It works, but yields the following output. $ tmux new -s xxx \; detach fatal: main_dispatch: unexpected message Mike On Wed, Jan 12, 2011 at 4:56 PM, mbm329 wrote

Re: 2 questions about working with tmux

2011-01-12 Thread mbm329
8 \; resize-pane -D -t1 8 \; detach Mike On Wed, Jan 12, 2011 at 4:51 PM, mbm329 wrote: > Hi depesz, > > I too am evaluating tmux to see if it would be a suitable replacement > of gnu screen.  Your questions are interesting to me as well.  As I've > only been playing around with

Re: 2 questions about working with tmux

2011-01-12 Thread mbm329
Hi depesz, I too am evaluating tmux to see if it would be a suitable replacement of gnu screen. Your questions are interesting to me as well. As I've only been playing around with tmux for a few days, I decided to attempt a solution for you. I am in no way an expert on this and expect I will be

Hostname/Command for Window Name

2011-01-11 Thread mbm329
Hello list, I'm trying to transition from GNU Screen to tmux. I like to have my windows named as the host they are logged into. That is, until I run a command. Then I like to have it named for the command I'm running. In GNU Screen, I accomplished this via the PS1 environment variable. (some s