Mouse-using applications inside tmux, in wide terminals

2015-04-30 Thread Elliott Cable
So, I can use the mouse to adjust `tmux` panes in Terminals wider than 223 characters (I'm not sure *how*, as theoretically the xterm sequences should only support indexing up to 223 characters in both X and Y *anyway*, if I recall correctly.) Similarly, `vim` and `nano -m` both support Terminals w

Re: nvim colorscheme in tmux-4 screenshot

2015-04-30 Thread Thomas Adam
Hmm, That's not the screen shot I saw originally, sorry. The image you sent is either vim or nvim (but who cares about the distinction?). As for the colour scheme, pass. Desert256? Thomas Adam On 30 Apr 2015 17:58, "Suraj N. Kurapati" wrote: > On Thu, 30 Apr 2015 15:58:12 +0100, Thomas Adam wro

Re: What is tmux's relatinon to OpenBSD?

2015-04-30 Thread jungle Boogie
Hi Thomas, On 30 April 2015 at 08:27, Thomas Adam wrote: > On Thu, Apr 30, 2015 at 08:24:38AM -0700, jungle Boogie wrote: >> On 30 April 2015 at 08:04, Thomas Adam wrote: >> > The portable version uses the same code as this, but slightly adapted to >> > run >> > on platforms which are not OpenBS

Re: What is tmux's relatinon to OpenBSD?

2015-04-30 Thread Thomas Adam
On Thu, Apr 30, 2015 at 08:24:38AM -0700, jungle Boogie wrote: > On 30 April 2015 at 08:04, Thomas Adam wrote: > > The portable version uses the same code as this, but slightly adapted to run > > on platforms which are not OpenBSD, but tmux is always developed against > > OpenBSD. > > > Any idea

Re: What is tmux's relatinon to OpenBSD?

2015-04-30 Thread jungle Boogie
On 30 April 2015 at 08:04, Thomas Adam wrote: > The portable version uses the same code as this, but slightly adapted to run > on platforms which are not OpenBSD, but tmux is always developed against > OpenBSD. Any idea when we'll have a new portable version? I see Nicholas is frequently updatin

Re: What is tmux's relatinon to OpenBSD?

2015-04-30 Thread Thomas Adam
On Wed, Apr 29, 2015 at 10:04:11AM -0500, Tony Narlock wrote: > Tmux users, > > What is tmux' relation to OpenBSD? Do they share the same codebase? Tmux was included into OpenBSD base in 2009. Therefore, OpenBSD has "adopted" it and as such being included in base means OpenBSD are reponsible fo

Re: nvim colorscheme in tmux-4 screenshot

2015-04-30 Thread Thomas Adam
On Wed, Apr 29, 2015 at 10:17:29AM -0700, Suraj N. Kurapati wrote: > Hello, > > In the new http://tmux.sourceforge.net/tmux4.png screenshot, Which screenshot? That's emacs you see there. Did you mean another one? The screenshots were shuffled around a little, likely after you sent this email.

[tmux:tickets] #191 Latest revision fails on Solaris with missing path.h

2015-04-30 Thread Dagobert Michelsen
--- ** [tickets:#191] Latest revision fails on Solaris with missing path.h** **Status:** open **Labels:** solaris **Created:** Tue Apr 28, 2015 08:44 AM UTC by Dagobert Michelsen **Last Updated:** Tue Apr 28, 2015 08:44 AM UTC **Owner:** nobody The latest revision of tmux is failing on Solar

[tmux:tickets] #191 Latest revision fails on Solaris with missing path.h

2015-04-30 Thread Dagobert Michelsen
[tickets:#191] Latest revision fails on Solaris with missing path.h Status: open Labels: solaris Created: Tue Apr 28, 2015 08:44 AM UTC by Dagobert Michelsen Last Updated: Tue Apr 28, 2015 08:44 AM UTC Owner: nobody The latest revision of tmux is fai

Re: [PATCH] Hide cursor while drawing borders

2015-04-30 Thread Nicholas Marriott
Hi We should do it for all redraw functions. Does this work instead? Also fixes tty_draw_line. Index: server-client.c === RCS file: /cvs/src/usr.bin/tmux/server-client.c,v retrieving revision 1.136 diff -u -p -r1.136 server-client.c

Re: running a bash function from with in tmux.

2015-04-30 Thread Nicholas Marriott
Put it in a shell script and run that? On Thu, Apr 30, 2015 at 07:06:57AM +0530, Sinbad wrote: >can anyone shed some light on this. >On Wed, Apr 29, 2015 at 7:06 PM, Sinbad <[1]sinbad.sin...@gmail.com> >wrote: > > Hi, > I have a user defined bash function which takes one st