Re: End of word in copy mode; don't include following character.

2013-02-11 Thread Nicholas Marriott
Hi What tmux version are you using? On Sun, Feb 10, 2013 at 09:52:05AM -0800, Christopher Collins wrote: I have noticed an inconsistency among tmux copy mode and vim.* In particular, the 'e' key behaves slightly differently. Here are the behaviors of 'e' that I have observed:

osdep_get_name is broken on OS X

2013-02-11 Thread OZAKI Kiichi
On OS X, osdep_get_name calls sysctl by the pid of the session leader process. But sysctl returns 0 even though process is gone, so osdep_get_name returns uninitialized value. For example, command `ps | less` (ps -- session leader -- quits before less) causes status-line disarray sometimes.

Re: osdep_get_name is broken on OS X

2013-02-11 Thread Nicholas Marriott
Ok but what does your patch do and how does it fix the problem? On Mon, Feb 11, 2013 at 08:56:06PM +0900, OZAKI Kiichi wrote: On OS X, osdep_get_name calls sysctl by the pid of the session leader process. But sysctl returns 0 even though process is gone, so osdep_get_name returns

Re: End of word in copy mode; don't include following character.

2013-02-11 Thread Christopher Collins
Hi Nicholas, Sorry, I should have mentioned the version number earlier. I am running tmux 1.7. Thanks, Chris On Mon, Feb 11, 2013 at 1:00 AM, Nicholas Marriott nicholas.marri...@gmail.com wrote: Hi What tmux version are you using? On Sun, Feb 10, 2013 at 09:52:05AM -0800, Christopher