Re: Why tmux doesn't have command line help, --help or --version?

2014-06-21 Thread Nicholas Marriott
Go and persuade OpenSSH to add --help and I will reconsider the question for tmux. Original message From: anatoly techtonik Date: 22/06/2014 04:44 (GMT+00:00) To: Nicholas Marriott Cc: tmux-us...@lists.sf.net Subject: Re: Why tmux doesn't have command line help, --help o

Re: [tmux:tickets] #133 Line drawing characters become ascii letters on mouse highlight

2014-06-21 Thread Nicholas Marriott
That would work for UTF-8 but unfortunately for ACS we need to use smacs/rmacs so it has to be an attribute - unless you are suggesting sending them for every ACS cell which would be inefficient. This is probably the fix, but not tested. Index: screen-write.c

Re: C-[aeuk] not working after building from source

2014-06-21 Thread Nicholas Marriott
Does it do the same in any terminal? If you are not using xterm, try xterm. Also please try "tmux -Ltest - -f/dev/null new" then press C-a a few times then exit tmux and send me the tmux-server-* log from the current directory. On Fri, Jun 20, 2014 at 10:31:16AM -0700, Kartik Agaram wrote:

Re: Why tmux doesn't have command line help, --help or --version?

2014-06-21 Thread Nicholas Marriott
tmux is an OpenBSD program and they do not typically support long options, and use a man page rather than builtin help or info pages. On Fri, Jun 20, 2014 at 01:47:42AM +0300, anatoly techtonik wrote: >On Thu, Jun 19, 2014 at 3:12 PM, Thomas Adam <[1]tho...@xteddy.org> wrote: > > On Mo

Re: tmux bug (?) and problem (and more)

2014-06-21 Thread Nicholas Marriott
What tmux version? If you do without the sleeps and it goes wrong, how many tmux servers do you end up with? (run "ps -eopid,ppid,comm" and look for tmux with a ppid of 1). On Sat, Jun 21, 2014 at 11:16:18PM +0200, Emanuel Berg wrote: > Romain Francoise writes: > > > The mailing list is tmux-u

Re: Why tmux doesn't have command line help, --help or --version?

2014-06-21 Thread anatoly techtonik
On Thu, Jun 19, 2014 at 3:12 PM, Thomas Adam wrote: > On Mon, Jun 16, 2014 at 02:13:47PM +0300, anatoly techtonik wrote: > > Subj. > > > > Tmux is awesome, but I can not use it without Google. For example, I > tried > > to get some version to see if some changes in last releases can be the > > so

Re: tmux bug (?) and problem (and more)

2014-06-21 Thread Emanuel Berg
Romain Francoise writes: > The mailing list is tmux-us...@lists.sf.net and is > usually pretty active. OK! I send this mail to them as well, as well as the first mail I sent, in quotes. I don't know if I'm added automatically but otherwise you'll have to CC me, I guess. >> In .zprofile, I have

Re: C-[aeuk] not working after building from source

2014-06-21 Thread Kartik Agaram
Thanks. > How did you build it? I just used the README's instructions: ./configure && make > Does it work if you do: tmux -Ltest -f/dev/null new Same result; see attached: [image: Inline image 1] More details: $TERM is 'xterm' before starting tmux, 'screen' inside. I haven't messed with it; I

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-21 Thread Nicholas Marriott
So you have mode-mouse set to on? On Sat, Jun 21, 2014 at 01:46:12PM -0400, Alan Paul wrote: > On 14-06-19 03:19 AM, Nicholas Marriott wrote: > >Did you get a solution to this? > > > >I don't like this feature at all. > > My solution was to remove this patch from my local version. > > I wasn't

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-21 Thread Alan Paul
On 14-06-19 03:19 AM, Nicholas Marriott wrote: > Did you get a solution to this? > > I don't like this feature at all. My solution was to remove this patch from my local version. I wasn't able to reproduce the issue so I couldn't get a sense of it. I'll assume that it is to improve productivity

Re: [PATCH] vi-copy: select line with V

2014-06-21 Thread Balazs Kezes
On 2014-06-21 14:46 +0300, Juho Pohjala wrote: > Allow selecting the whole line with 'V'. I like the idea but your patch only selects the current line. In vim when you press V you enter line selection mode -- pressing j/k will still keep full lines selected whereas your patch will continue selecti

Re: mode-mouse - double click word/string/path selection

2014-06-21 Thread Balazs Kezes
On 2014-06-20 14:11 +0100, Nicholas Marriott wrote: > Can you do these separately? Ie the double/triple click bit separate > from the right drag bit. OK, I've managed to cut the patch into 5 pieces. Note: In order this to look correctly in vi mode, it needs my changes from [1]. Can you look into

[PATCH] vi-copy: select line with V

2014-06-21 Thread Juho Pohjala
Hi My first commit would be a simple addition to vi-copy mode. Allow selecting the whole line with 'V'. This is how Vim selects the current line, and currently in tmux there's no default mapping for this option at all. Also this select-line option is kind of 'hidden', since it's not documented in

Re: [tmux:tickets] #133 Line drawing characters become ascii letters on mouse highlight

2014-06-21 Thread Balazs Kezes
On 2014-06-17 21:00 +, Egmont Koblinger wrote: > Inside tmux (current git) execute > echo -e '\e(0lqqqk' > > Line drawing characters appear on the screen: > ┌───┐ > > Now highlight with the mouse (tmux's builtin mouse handling). > > Expected behavior: they stay line drawing characters. > > Actu

Re: terminal select

2014-06-21 Thread Balazs Kezes
On 2014-06-17 06:50 -0400, shawn wilson wrote: > Ugh, is there a way to isolate this without docker or some other > virtualization software? Yes. Try starting the server via "tmux -L test". -- Balazs -- HPCC Systems Ope