Re: patch for named buffers

2014-05-01 Thread J Raynor
I've attached a new patch which drops the buffer_stickiness format and includes changes to the man page. On Thu, May 1, 2014 at 5:33 PM, Nicholas Marriott wrote: > Hi > > This looks good thanks, but I'd lose the buffer_stickiness format and just add > buffer_name. > > (Even if we want it flag fo

Re: patch for internal title stack

2014-05-01 Thread J Raynor
I really don't know how many programs use this functionality. Vim can (I think) if it's compiled the right way. Of course, there's no reason for people to add this functionality to their programs if the surrounding terminal environments (tmux, screen, Terminal.app, Konsole, etc.) don't support it

Re: Process in pane freezes

2014-05-01 Thread Kaushal
I don't recall the exact set of keys. But this issue has happened only when I am editing something at the command prompt. Usually the keys involved are "C-a", "C-e", "C-d", "C-f", "C-b" and "C-c". Here's my .tmux.conf: https://github.com/kaushalmodi/dotfiles/blob/master/.tmux.conf -- Kaushal Modi

Re: patch for named buffers

2014-05-01 Thread Nicholas Marriott
Hi This looks good thanks, but I'd lose the buffer_stickiness format and just add buffer_name. (Even if we want it flag formats should be 0 or 1 so that the #{?,} conditional works.) Also this is going to need some manpage changes. On Thu, Apr 24, 2014 at 07:37:19PM -0500, J Raynor wrote: > I

Re: patch for internal title stack

2014-05-01 Thread Nicholas Marriott
Hi I know this was on the TODO list, and I don't want to sound discouraging but does anything actually use it? If we made tmux use it I support tmux-in-tmux would be one case... On Wed, Apr 30, 2014 at 10:55:49PM -0500, J Raynor wrote: > I've attached a patch which implements xterm's title sta

Re: Feature Request: show client's environment, fix to SSH_AUTH_SOCK type issuers

2014-05-01 Thread Nicholas Marriott
Yes but it'd need to be -c not -t. Try this please. You need -c '' to get current client. diff --git a/cmd-show-environment.c b/cmd-show-environment.c index 2238929..5837c1b 100644 --- a/cmd-show-environment.c +++ b/cmd-show-environment.c @@ -31,8 +31,8 @@ enum cmd_retvalcmd_show_environm

Re: Process in pane freezes

2014-05-01 Thread Nicholas Marriott
Is it always when you press a particular set of keys? What do you have in .tmux.conf? On Thu, May 01, 2014 at 05:41:29PM -0400, Kaushal wrote: > Hi, > > I am using tmux 1.9a. > > At times, a tmux pane freezes while I am editting something in the command > line. > > An example example: > >

Process in pane freezes

2014-05-01 Thread Kaushal
Hi, I am using tmux 1.9a. At times, a tmux pane freezes while I am editting something in the command line. An example example: I wanted to do "cp file.1 file.2" and I typed "fp" by mistake instead of "cp". So I did "Ctrl-a", "Ctrl-d", c. But before the c could register, that pane froze and I ca

Re: tmux leaking socket descriptors under certain circumstances

2014-05-01 Thread Balazs Kezes
On 2014-05-01 14:31 +0200, Pavlos Parissis wrote: > I know that Nicholas has already reported that he fixed some leaks, > but I thought it could be useful for Kezes. Awesome, thanks! Yes, the head version already contains the fix so we can expect it to officially arrive in the next version. -- B

Re: tmux leaking socket descriptors under certain circumstances

2014-05-01 Thread Pavlos Parissis
Hi, I left my tmux sessions live while I was away for 2 weeks and saw that the tmux_fork_proved file was created. Here are the info pparissis at poseidonas in ~ *130 ls -ls /tmp/tmux_fork_proved 0 -rw-r--r-- 1 pparissis pparissis 0 Apr 15 05:37 /tmp/tmux_fork_proved pparissis at poseidonas in ~ c