display-panes missing pane size when status-position == top

2015-05-06 Thread John O'Meara
I noticed today that when status-position is set to top and the display-panes command is run, panes which touch the top don't have the size info displayed in the corner, and other panes get their size info embedded in their upper border (actually, I think the size is printed, just on the status lin

per-pane status line (similar to ticket 21)

2015-04-20 Thread John O'Meara
right), allowing for a quick example when run with default settings. Thanks, -- John O'Meara diff --git a/layout.c b/layout.c index b91b86c..c66ca00 100644 --- a/layout.c +++ b/layout.c @@ -170,6 +170,9 @@ layout_fix_panes(struct window *w, u_int wsx, u_int wsy) struct window_pane *wp

Re: patch for setting pane background color

2015-02-11 Thread John Krueger
I'm typically a lurker on this list, but this is something I'm definitely excited to see get added! -- John Krueger On Wed, Feb 11, 2015, at 08:31 AM, Thomas Adam wrote: > On Wed, Feb 11, 2015 at 12:57:22AM -0600, J Raynor wrote: > > I’ve attached a patch that allows you to

Re: Trick to getting /usr/bin/logname to return a value?

2015-01-07 Thread John
> On Tue, Jan 06, 2015 at 10:40:47PM +0000, John wrote: >> Thank you for the suggestion. Yes, it is Linux. I have the >> libutempter package installed, but upon spawning a new tmux session, > > That's not enough. You need to install the -dev package, and compi

Re: Trick to getting /usr/bin/logname to return a value?

2015-01-06 Thread John
- Original Message - > Which OS? If you're on Linux, install libutempter, this will then allow > the utmp database to be queried, and commands like w, who, and logname > should work. Thank you for the suggestion. Yes, it is Linux. I have the libutempter package installed, but upon spa

Trick to getting /usr/bin/logname to return a value?

2015-01-06 Thread John
Under tmux 1.9_a, if I run /usr/bin/logname, I do not get my username returned, just "logname: no login name." Is there a setting I need to enable in ~/.tmux.conf or the like? Thanks! -- Dive into the World of Parallel

[tmux:tickets] #156 Please add window_last_flag and window_zoomed_flag

2014-09-06 Thread John Morrissey
--- ** [tickets:#156] Please add window_last_flag and window_zoomed_flag** **Status:** open **Created:** Thu Sep 04, 2014 02:59 PM UTC by John Morrissey **Last Updated:** Thu Sep 04, 2014 02:59 PM UTC **Owner:** nobody Hi, the attached patch adds the format items window_last_flag and

[PATCH] Add window_last_flag and window_zoomed_flag

2014-08-31 Thread John Morrissey
Hi, the attached patch adds the format items window_last_flag and window_zoomed_flag. With these additions, it's possible to replicate window_flags, so flags can be placed/colored arbitrarily. -john diff --git a/format.c b/format.c index 66795d5..97bc8f7 100644 --- a/format.c +++ b/for

[tmux:tickets] #112 Infinite scrollback for tmux?

2014-03-22 Thread john chee
--- ** [tickets:#112] Infinite scrollback for tmux?** **Status:** open **Labels:** scrollback **Created:** Tue Mar 11, 2014 12:10 AM UTC by john chee **Last Updated:** Tue Mar 11, 2014 12:10 AM UTC **Owner:** nobody Gnome terminal has infinite scrollback, it'd be nice if tmux would ha

Re: iTerm2 support for set-clipboard

2013-08-11 Thread John Whitley
Nicholas Marriott wrote: > Thanks for this but I think we do not want two ways to do this. Iterm2 is > actively developed - did you consider contributing support for the xterm > mechanism there? Good idea Nicholas. I'll look into that approach.

Re: iTerm2 support for set-clipboard

2013-08-11 Thread John Whitley
l tool like pbcopy. Any use of pbcopy from within tmux will need reattach-to-user-namespace. -- John -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for

iTerm2 support for set-clipboard

2013-08-11 Thread John Whitley
opped in favor of adding values to 'set-clipboard', e.g. [ on | off | xterm | iterm2 ]. In that case 'on' would be an alias for 'xterm' for backwards compatibility. A related (or alternative) idea is an option to configure set-clipboard to work like copy-pipe, directin

How to default to non-login shell?

2013-06-09 Thread John Long
I saw some discussion on this awhile ago and I don't understand why tmux defaults to using a login shell. That wouldn't bother me too much except I can't figure out how to tell it not to do that. And I would like to be able to tell tmux not to do that in a way that uses whatever shell I have set f

Re: solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread John Long
Thanks. I'll hope the current setup works. Thanks again to everybody. -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerfu

Re: solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread John Long
> fine but I know the latest one can trigger display issues (with, for > example, weechat and irssi) if you use them inside tmux. Ok, thanks for the heads up. > > > On Tue, Apr 23, 2013 at 11:56:03AM +, John Long wrote: > > On Tue, Apr 23, 2013 at 12:48:22PM +0100, Ni

Re: solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread John Long
On Tue, Apr 23, 2013 at 12:48:22PM +0100, Nicholas Marriott wrote: > Your TERM should be xterm outside tmux and screen inside tmux, That definitely doesn't work in my case. All I did was change my .zshrc to export TERM=xterm and all the command line problems in tmux went away. > otherwise you may

solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread John Long
> On Mon, Apr 22, 2013 at 04:40:49PM +0100, Nicholas Marriott wrote: > > Hmm this is weird. What is TERM set to inside tmux? > > Do you have the infocmp command? If so please run "infocmp" inside tmux > > and send me the output. Ok, I figured I should check these on my SPARC box where zsh under t

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-23 Thread John Long
Hello Frank, On Mon, Apr 22, 2013 at 05:37:04PM +0200, Frank Terbeck wrote: > Okay. Bash uses the readline library for input handling. Zsh does not. > It has its own line editor implementation (zle: man zshzle). So, > generally, if bash works that doesn't mean anything for zsh. I remembered that

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-23 Thread John Long
On Mon, Apr 22, 2013 at 04:40:49PM +0100, Nicholas Marriott wrote: > Hmm this is weird. What is TERM set to inside tmux? screen > Do you have the infocmp command? If so please run "infocmp" inside tmux > and send me the output. It says: Sorry, I don't know anything about your "screen" terminal

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
I'm sending this again as attachments since the characters may not be displayable in email. First attachment is in xterm, second in tmux. Not sure if attachments will go through to the mailing list though. If it doesn't work let me know and I'll send it to you directly. Script started on Mon Apr 2

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 02:31:13PM +0100, Nicholas Marriott wrote: > Ok so zsh is probably sending something weird. > > Can you run script then reproduce then exit script and send me the > typescript file, eg something like: > > $ script > Script started, output file is typescript > $ abcdef > $

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 02:11:31PM +0100, Nicholas Marriott wrote: > This isn't clear. Are you saying the problem only occurs at the zsh > prompt and not when you do it with cat? Yes. > > If I do this at my shell prompt, where X is the cursor: > > $ abcdefX > > I get: > > $ abcdeX > > If I

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 02:15:49PM +0100, Nicholas Marriott wrote: > Ok so the problem only occurs with zsh. > If you reproduce the problem inside tmux and then press C-b r (where C-b > is your tmux prefix key), does the cursor move to the right place? No, it doesn't move at all. ---

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 01:08:54PM +, John Long wrote: > > I'm trying to work out if this is because tmux is getting the wrong > > thing from zsh, or getting the right thing from zsh but displaying the > > wrong thing for xterm. > > Wondering about this earli

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 01:58:33PM +0100, Nicholas Marriott wrote: > Ok, but is that behaviour just at the shell prompt, or if you run "cat" > then do the same, ie you are typing in cat rather than at the shell, > does the cursor also move wrongly? Eg do: > > $ cat > abcdef > > Instead of at the

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 12:48:47PM +, John Long wrote: > On Mon, Apr 22, 2013 at 01:38:37PM +0100, Nicholas Marriott wrote: > > Hmm this looks fine too. If you do "cat" outside tmux and press > > backspace, do you get "^H" or nothing printed? > > It

Re: Integration of patches for Solaris

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 02:48:04PM +0200, Dagobert Michelsen wrote: > > Thanks for all your work on > > Solaris packaging, fixes, etc. I don't use any of it because I don't want > > the infrastructure and I don't want to make Solaris' preexisting package > > hell any worse, > > I really don't und

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 01:38:37PM +0100, Nicholas Marriott wrote: > Hmm this looks fine too. If you do "cat" outside tmux and press > backspace, do you get "^H" or nothing printed? It does what I would expect, it erases the t in cat and leaves me with ca, no funny characters are printed. > > Wh

Re: Integration of patches for Solaris

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 01:20:29PM +0100, Nicholas Marriott wrote: > > Unfortunately, I am having the same problem I have always had on Solaris > > Intel: the backspace key goes in the wrong direction. This is real odd > > because on Solaris SPARC it works ok. > > > > Do you or anyone else have a

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 01:25:55PM +0100, Nicholas Marriott wrote: > The stty looks fine I think, but I wonder if you backspace key is > sending ^H rather than ^?. > > I wonder if that is the case and your TERM has left or right set to ^H. > > Can you start tmux and then do "tmux info" and send m

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 12:54:59PM +0100, Nicholas Marriott wrote: > What was the mail subject of the previous thread? This was my first email to the list, with a bad subject line since I was posting past my bedtime: http://sourceforge.net/mailarchive/message.php?msg_id=29643966 Sometime after t

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 12:54:59PM +0100, Nicholas Marriott wrote: > What was the mail subject of the previous thread? Oh, sorry, I suppose you mean the thread from last year? Let me check and I'll post here again as soon as I find it. Thanks.

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel]

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 12:54:59PM +0100, Nicholas Marriott wrote: > What was the mail subject of the previous thread? Same as above, minus the "[backspace key.." etc. > Can you send me "stty -a" output inside and outside tmux? Yes, thank you here it is: This is the stty -a output from an xter

Re: Integration of patches for Solaris

2013-04-22 Thread John Long
Hi Nicholas, Thank you very much. In the meantime after I got Dagobert's answer and had not yet received your post, I compiled and installed the latest gawk and the tmux build goes ok now. It still looks we're in somewhat of a flux regarding which of Dagobert's patches made it to head because with

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-22 Thread John Long
> > The script is for gawk, not nawk. Feel free to use e.g. the one from > > > OpenCSW. I built the latest copy of gawk and now tmux builds ok, but I am back to the same problem I reported last year, which is the backspace key goes forward. Do you have any idea what could be causing this? It's bee

Re: Integration of patches for Solaris

2013-04-22 Thread John Long
Hi Dagobert, On Mon, Apr 22, 2013 at 01:00:19PM +0200, Dagobert Michelsen wrote: > No, that is just the files from git. "Using git" is facilitating the command > listed on the webpage > git clone git://git.code.sf.net/p/tmux/tmux-code tmux-tmux-code > or something. Learning git pays off, but ha

Re: Integration of patches for Solaris

2013-04-22 Thread John Long
On Mon, Apr 22, 2013 at 09:45:29AM +0100, Nicholas Marriott wrote: > In the first diff it should be enough just to remove the #include line > because compat.h already includes it, so I have done that. > > The lockf change has gone into the OpenBSD repo rather than portable so > will be pulled thro

Re: Integration of patches for Solaris

2013-04-22 Thread John Long
On Sun, Apr 21, 2013 at 10:55:29PM +0200, Dagobert Michelsen wrote: > Hi John, > > Am 21.04.2013 um 17:26 schrieb John Long : > > On Sun, Apr 21, 2013 at 05:16:09PM +0200, Dagobert Michelsen wrote: > >> Am 21.04.2013 um 12:48 schrieb John Long: > >> All patc

Re: Integration of patches for Solaris

2013-04-21 Thread John Long
On Sun, Apr 21, 2013 at 05:16:09PM +0200, Dagobert Michelsen wrote: > Hi John, > > Am 21.04.2013 um 12:48 schrieb John Long: > All patches are against HEAD: > https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/ Ok, downloaded the tarball... > > Make sure to c

Re: Integration of patches for Solaris

2013-04-21 Thread John Long
> > > On Sun, Apr 21, 2013 at 10:30:41AM +0200, Dagobert Michelsen wrote: > > Hi John, > > > > Am 20.04.2013 um 21:40 schrieb John Long : > > > On Fri, Apr 19, 2013 at 04:14:16PM +0200, Dagobert Michelsen wrote: > > >> I rewrote the patch to

Re: Integration of patches for Solaris

2013-04-21 Thread John Long
On Sun, Apr 21, 2013 at 10:30:41AM +0200, Dagobert Michelsen wrote: > Hi John, > > Am 20.04.2013 um 21:40 schrieb John Long : > > On Fri, Apr 19, 2013 at 04:14:16PM +0200, Dagobert Michelsen wrote: > >> I rewrote the patch to use contrib/ substitutions for cfmakeraw and use

Re: Integration of patches for Solaris

2013-04-21 Thread John Long
Hi Dagobert, Thanks alot, I'll get back to you in asap. I want to test this on the latest stable version on Intel and SPARC. /jl On Sun, Apr 21, 2013 at 10:30:41AM +0200, Dagobert Michelsen wrote: > Hi John, > > Am 20.04.2013 um 21:40 schrieb John Long : > > On Fri, Apr 19

Re: Integration of patches for Solaris

2013-04-20 Thread John Long
On Fri, Apr 19, 2013 at 04:14:16PM +0200, Dagobert Michelsen wrote: > Hi Nicholas, > > I rewrote the patch to use contrib/ substitutions for cfmakeraw and use lockf: > https://sourceforge.net/p/tmux/tmux-code/merge-requests/3/ Thank you. Is there some way to download all the changes so I can ap

Re: Solaris 10, tmux 1.7 segv

2013-02-03 Thread John Long
On Sun, Feb 03, 2013 at 04:58:20PM +, Adrian Haughton wrote: > John, > > What issues have you had - I might be able to help? Hi Adrian, If I understood the emails back in November the issue is what you already fixed. I've been using Studio rather than gcc. Hopefully whateve

Re: Solaris 10, tmux 1.7 segv

2013-02-02 Thread John Long
On Sat, Feb 02, 2013 at 10:03:39AM +, Adrian Haughton wrote: > Hi, > > I recently compiled tmux 1.7 for Solaris and it's all fine other than the key sequence 'C-b w' which causes a sigsegv: The last I heard around November 27th of last year nobody could get tmux 1.7 to compile on Solaris 10

Re: Lagging behaviour while running certain ncurses apps in tmux

2013-01-15 Thread John Schmitt
In that case it's not likely to be related to VTE. Can you reproduce it with the Mac built-in terminal program? Since I use tmux so heavily, I guess I find it hard to imagine corruption issues with tmux. I haven't seen any that were not the fault of the terminal program. I use tmux with mu

Re: Lagging behaviour while running certain ncurses apps in tmux

2013-01-15 Thread John Schmitt
go away if you do "C-b r" in tmux (refresh-client > > command) instead of making vim repaint? > > > > > > > > On Fri, Jan 04, 2013 at 06:34:43AM -0600, Mark Volkmann wrote: > > >On Fri, Jan 4, 2013 at 1:07 AM, John Magolske <[1]listm.

Re: tmux-powerline makes tmux crash overnight?

2013-01-15 Thread John Schmitt
til next week, but if you find it helpful, I'll try this again and provide any info you need. John -- Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (in

Re: Lagging behaviour while running certain ncurses apps in tmux

2013-01-04 Thread John Magolske
* Thomas Adam [130104 07:14]: > Set escape-time to 0. This was a reply to Mark's query, but just for clarification, I do have this set in my tmux.conf: set -s escape-time 0 and still see the behaviour I described. John -- John Magolske http://B79.net

Re: tmux-powerline makes tmux crash overnight?

2013-01-04 Thread John Schmitt
On Thu, Jan 03, 2013 at 06:28:52PM +, Thomas Adam wrote: ... > What is in your status-line? What's the definition for any jobs > running in status-{right,left}? As I mentioned before (I think), you > can easily fork-bomb your system if you're not careful. set-option -g status-left "#(~/etc/t

Lagging behaviour while running certain ncurses apps in tmux

2013-01-03 Thread John Magolske
ffer Console. Has anyone else seen such behaviour? Any thoughts as to what might be the cause? [1] (an ncurses client for MPD) http://ncmpcpp.rybczak.net/ John -- John Magolske http://B79.net/contact -- Master HTML5, CS

Re: tmux-powerline makes tmux crash overnight?

2013-01-03 Thread John Schmitt
On Sat, Nov 17, 2012 at 09:12:37PM +, Thomas Adam wrote: ... > Well, compile up tmux with "-g -ggdb" and see if it core dumps. I wasn't expecting this crash because I set status-interval to 10 yet tmux crashed within an hour. [Thread debugging using libthread_db enabled] Using host libthrea

Re: tmux-powerline makes tmux crash overnight?

2013-01-01 Thread John Schmitt
/local/bin/tmux $i; done Reading symbols from /usr/local/bin/tmux...done. warning: core file may not match specified executable file. [New LWP 14500] Core was generated by `sh /home/john/etc/tmux-powerline/segments/date_day.sh'. Program terminated with signal 11, Segmentation fault. #0

Re: Can't build tmux on Solaris 10

2012-12-26 Thread John Long
On Wed, Dec 26, 2012 at 10:06:23PM +, Thomas Adam wrote: > Hi, > > Yes, I've a patch sat waiting for this. Will submit it when I get > back from holiday. Took a different approach to your somewhat > horrible hack. :) I haven't seen you on the system in over a week so I had no idea you fixe

Re: tmux-powerline makes tmux crash overnight?

2012-12-24 Thread John Schmitt
On Sat, Nov 17, 2012 at 09:12:37PM +, Thomas Adam wrote: > On Sat, Nov 17, 2012 at 12:07:40PM -0800, John Schmitt wrote: ... > Well, compile up tmux with "-g -ggdb" and see if it core dumps. After having done this I've been able to reproduce my issue. Do you want me to

Re: Can't build tmux on Solaris 10

2012-12-14 Thread John Long
On Fri, Dec 14, 2012 at 10:18:00AM +, John Long wrote: > On Fri, Dec 14, 2012 at 07:28:58AM +, Thomas Adam wrote: > > Hi, > > > > On 14 December 2012 06:59, John Long wrote: > > > On Wed, Dec 05, 2012 at 01:04:24PM +, Thomas Adam wrote: > > >>

Re: Can't build tmux on Solaris 10

2012-12-14 Thread John Long
On Fri, Dec 14, 2012 at 07:28:58AM +, Thomas Adam wrote: > Hi, > > On 14 December 2012 06:59, John Long wrote: > > On Wed, Dec 05, 2012 at 01:04:24PM +, Thomas Adam wrote: > >> On Wed, Dec 05, 2012 at 12:20:47PM +, John Long wrote: > >> > Hey guys

Re: Can't build tmux on Solaris 10

2012-12-14 Thread John Long
On Fri, Dec 14, 2012 at 07:28:58AM +, Thomas Adam wrote: > Hi, > > On 14 December 2012 06:59, John Long wrote: > > On Wed, Dec 05, 2012 at 01:04:24PM +, Thomas Adam wrote: > >> On Wed, Dec 05, 2012 at 12:20:47PM +, John Long wrote: > >> > Hey guys

Re: Can't build tmux on Solaris 10

2012-12-13 Thread John Long
On Wed, Dec 05, 2012 at 01:04:24PM +, Thomas Adam wrote: > On Wed, Dec 05, 2012 at 12:20:47PM +0000, John Long wrote: > > Hey guys, any progress on this? > > No. But if someone is able to give me shell access with a development > environment to compile tmux under which

Re: tmux-powerline makes tmux crash overnight?

2012-12-05 Thread John Schmitt
On Wed, Dec 05, 2012 at 05:21:48PM +, Nicholas Marriott wrote: > What is status-interval set to? I guess your status-left and > status-right take longer than that... $ cat ~/.tmux.conf # from the man page set-option -g prefix C-a unbind-key C-b bind-key C-a send-prefix # make alt+L,R,U,D sele

Re: tmux-powerline makes tmux crash overnight?

2012-12-05 Thread John Schmitt
On Sat, Nov 17, 2012 at 09:12:37PM +, Thomas Adam wrote: > On Sat, Nov 17, 2012 at 12:07:40PM -0800, John Schmitt wrote: > > https://github.com/erikw/tmux-powerline ... > See above. A stack trace from a corefile if you can get it would be > helpful. If not, enabling tmux w

Re: Can't build tmux on Solaris 10

2012-12-05 Thread John Long
On Wed, Dec 05, 2012 at 01:04:24PM +, Thomas Adam wrote: > On Wed, Dec 05, 2012 at 12:20:47PM +0000, John Long wrote: > > Hey guys, any progress on this? > > No. But if someone is able to give me shell access with a development > environment to compile tmux under which

Re: Can't build tmux on Solaris 10

2012-12-05 Thread John Long
Thanks, it will be great to have. On Wed, Dec 05, 2012 at 12:43:26PM +, Philip Herron wrote: > I finally have free time today so i might poke at it again. > > --Phil > > On 5 December 2012 12:20, John Long wrote: > > Hey guys, any progress on this? > > > >

Re: Can't build tmux on Solaris 10

2012-12-05 Thread John Long
Hey guys, any progress on this? On Tue, Nov 27, 2012 at 04:03:20PM +, Philip Herron wrote: > I might give ago at looking into this tomorrow and try to resurrect > that dudes patch and finish it off. > > On 27 November 2012 15:42, Nicholas Marriott > wrote: > > Well I haven't seen any sign

Re: Can't build tmux on Solaris 10

2012-11-27 Thread John Long
On Tue, Nov 27, 2012 at 04:01:22PM +, Nicholas Marriott wrote: > Never mind, theirs is enough. Thanks guys. -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight in

Re: Can't build tmux on Solaris 10

2012-11-27 Thread John Long
On Tue, Nov 27, 2012 at 03:31:18PM +, Philip Herron wrote: > The error is just: > > "client.c", line 82: warning: implicit function declaration: flock > "client.c", line 82: undefined symbol: LOCK_EX > "client.c", line 82: undefined symbol: LOCK_NB > "client.c", line 247: warning: implicit fun

Re: Can't build tmux on Solaris 10

2012-11-27 Thread John Long
I was in the middle of capturing one in Emacs and when I sent it my email provider fell over. Do you still need this or are Philip's and Thomas's posts past this point already? On Tue, Nov 27, 2012 at 03:10:58PM +, Nicholas Marriott wrote: > Show a build log please. --

Re: Can't build tmux on Solaris 10

2012-11-27 Thread John Long
On Tue, Nov 27, 2012 at 03:08:20PM +, Philip Herron wrote: > Hey there > > I got it to configure with: > > ./configure CC=suncc CXX=sunCC CFLAGS="-fast -xO5 -xunroll=20" > CFLAGS="-I/opt/csw/include" LDFLAGS="-L/opt/csw/lib" > --prefix=/opt/tmux > > using pkgutil -i -y CSWlibevent_dev I bui

Re: Can't build tmux on Solaris 10

2012-11-27 Thread John Long
That would be awesome. If needed I'll be happy to test it on Intel and SPARC boxes. /jl On Tue, Nov 27, 2012 at 02:46:30PM +, Philip Herron wrote: > I might give it a go now i am working on a solaris 10 machine at the moment. > > On 27 November 2012 14:44, John Long wrote: &g

Can't build tmux on Solaris 10

2012-11-27 Thread John Long
I'm striking out with this. The last suggestion I saw was to try linking against ncurses instead of Solaris curses. I tried but apparently I don't know enough to do that. I changed the Makefile to use -lncurses instead of -lcurses but when I started adding include paths in CFLAGS and LFLAGS I broke

tmux-powerline makes tmux crash overnight?

2012-11-17 Thread John Schmitt
#x27;s a useful test case? Am I the only one to encounter this? John -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP,

Re: script to maximize/restore panes

2012-11-04 Thread John Schmitt
4. Why are the semicolons on line 23 and 24 escaped? Thank you very much for writing this. John -- LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage P

Re: tmux with multiple monitors

2012-10-31 Thread John Schmitt
On Wed, Oct 31, 2012 at 08:49:04PM -0500, Mark Volkmann wrote: > I think the answer to my question is "no", but I thought I'd ask anyway. > > Is there a way to get a single tmux session to utilize multiple > monitors? It would be nice if the windows of a session could be > allocated to multiple ac

Re: getting 256 colors

2012-10-31 Thread John Schmitt
rm-256color works well, thank you. John -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu

Re: getting 256 colors

2012-10-30 Thread John Schmitt
TERM=screen256-color. If I launch tmux without -2 then I get only 16 colours out of this script: http://scie.nti.st/dist/256colors2.pl When I launch tmux with -2 that script display 256 colours. If you know of a b

Re: getting 256 colors

2012-10-30 Thread John Schmitt
nd that there's no setting for ~/.tmux.conf that will remove the need for invoking tmux with "tmux -2". John -- Everyone hates slow websites. So do we. Make your web apps faster with A

Mouse-mode in Linux framebuffer console

2012-10-04 Thread John Magolske
thing to terminal-overrides? Thanks for any suggestions, John -- John Magolske http://B79.net/contact -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance manageme

Re: Tmux unexpectedly crashed

2012-10-02 Thread John Magolske
enjoying having transitioned from Screen to tmux, very nice software...I can see what everyone's been raving about! John -- John Magolske http://B79.net/contact -- Don't let slow site performance ruin your bu

Re: tmux start-server fails silently Fedora 17 tmux 1.6 [resolved]

2012-09-28 Thread John Schmitt
tl;dr Nothing wrong with tmux, my mistake. tmux start-server isn't even needed for my use-case. I've spent a bit of time resolving my issue and it turns out not to be tmux's fault at all. I'm sorry for wasting your time. Thank you for trying to help. I'm going to try to explain in a bit more

Re: tmux start-server fails silently Fedora 17 tmux 1.6

2012-09-27 Thread John Schmitt
> sessions and never could. > > > On Thu, Sep 27, 2012 at 07:55:56AM -0700, John Schmitt wrote: > > On Thu, Sep 27, 2012 at 03:41:16PM +0100, Nicholas Marriott wrote: > > > On Thu, Sep 27, 2012 at 07:34:50AM -0700, John Schmitt wrote: > > > > On Thu, Sep

Re: tmux start-server fails silently Fedora 17 tmux 1.6

2012-09-27 Thread John Schmitt
Thanks for looking at this, Thomas. On Thu, Sep 27, 2012 at 09:01:33AM +0100, Thomas Adam wrote: > On Wed, Sep 26, 2012 at 11:59:17PM -0700, John Schmitt wrote: > > On Thu, Sep 27, 2012 at 07:42:12AM +0100, Thomas Adam wrote: > > > Hi, > > > > Th

tmux start-server fails silently Fedora 17 tmux 1.6

2012-09-26 Thread John Schmitt
again? $ rm tmux*.log $ ps aufx | grep -i tmux john 5419 0.0 0.0 109400 900 pts/0S+ 23:27 0:00 \_ grep -i tmux $ tmux -v start-server $ echo $? 0 $ ps aufx | grep -i tmux john 5426 0.0 0.0 109400 896 pts/0S+ 23:28 0:00 \_ grep -i

Re: Tmux unexpectedly crashed

2012-08-16 Thread John Magolske
(suspending to ram), and am wondering if there could be something in a log file or dmesg that might provide some clues. This is tmux 1.6 on Debian Sid running the 3.4.0-8.dmz.1-liquorix-686 kernel. John -- John Magolske http://B79.net/contact ---

Re: Tmux unexpectedly crashed

2012-08-14 Thread John Magolske
alloc (n=18, elem_size=1) at malloc.c:4065 #6 0xb77001a0 in ?? () #7 0xb770024a in ?? () #8 0xb7700312 in ?? () #9 0xb7708910 in ?? () #10 0xb7701f9f in ?? () #11 0xb7701ffc in ?? () #12 0xb77045ce in ?? () #13 0xb7704b4e in ?? () #14 0xb76e07e5 in ?? () #15 0xb76e0e00 in ?? () #16 0xb76df2fb in m

Re: Tmux unexpectedly crashed

2012-08-14 Thread John Magolske
ise.c: No such file or directory. (gdb) BTW, this is tmux installed on Debian Sid: % apt-show-versions tmux tmux/sid uptodate 1.6-2 John -- John Magolske http://B79.net/contact -- Live Security Virtual Confer

Re: Please help building tmux on Solaris 10 and a suggestion

2012-08-14 Thread John Long
On Mon, Aug 13, 2012 at 09:22:04AM +0100, Nicholas Marriott wrote: > TERM=screen is normally correct but I suspect that since you are having > to change it to xterm, the screen entry on Solaris doesn't include some > stuff tmux needs. > > You could try installing GNU ncurses and linking tmux again

Re: Please help building tmux on Solaris 10 and a suggestion

2012-08-13 Thread John Long
On Sun, Aug 12, 2012 at 07:51:44PM +0100, Nicholas Marriott wrote: > Oh sorry I misread your mail. What does "echo $TERM" show inside tmux, > before you do the export command? screen This must mean something, but what?! Thanks again. -

Tmux unexpectedly crashed

2012-08-12 Thread John Magolske
80386, version 1 (SYSV), SVR4-style, from 'tmux' Would it be helpful to send that file to someone in the interest of figuring out what happened? Thanks, John -- John Magolske http://B79.net/contact -- Liv

Please help building tmux on Solaris 10 and a suggestion

2012-08-12 Thread John Long
On Sat, Aug 11, 2012 at 08:28:52AM +0100, Nicholas Marriott wrote: > Hi > > Does using TERM=vt220 help? Hi and sorry for the lame subject line. I realized it after I hit the send key but it was too late! Not sure I got your meaning. exporting TERM to vt220 before the configure and build doesn't

Re: Display of $PWD and current command in status line [SOLVED]

2012-08-08 Thread John Magolske
* John Magolske [120805 23:40]: > > * John Magolske [120801 09:15]: > > > I'm trying to get the title of the active pane in the status line to > > > display $PWD when no command is active, and the current command when > > > a command is active. So, for ex

Re: Welcome to the "tmux-users" mailing list

2012-08-07 Thread John Long
Hi. I first learned about tmux from OpenBSD. It is really great, thank you! I am trying to get it working on Solaris 10 Intel and SPARC. I have the same problem both places. I get a warning during the configure about a problem with term.h: checking for a BSD-compatible install... etc/install-sh -

Re: Display of $PWD and current command in status line

2012-08-05 Thread John Magolske
Just found some problems with using "rename-window" in the approach outlined below... * John Magolske [120802 20:30]: > Ok, figured out something that works... > > * John Magolske [120801 09:15]: > > I'm trying to get the title of the active pane in the status li

Re: Display of $PWD and current command in status line

2012-08-02 Thread John Magolske
Ok, figured out something that works... * John Magolske [120801 09:15]: > I'm trying to get the title of the active pane in the status line to > display $PWD when no command is active, and the current command when > a command is active. So, for example, if I cd to ~/Mail in the ac

Display of $PWD and current command in status line

2012-08-01 Thread John Magolske
#x27;t delved into it much yet), but I was hoping to find a more lightweight solution. [1] https://github.com/erikw/tmux-powerline Regards, John -- John Magolske http://B79.net/contact -- Live Security Virtual Conference Exclus

Re: Changing cursor color in a Linux framebuffer console [SOLVED]

2012-07-29 Thread John Magolske
e set in > parameter 2. The 8 attribute bits are broken into 2, 4-bit nibbles, > one for the foreground and the other for the background. Thanks for writing up all these details, it'll come in handy for future reference when wrangling with Linux console escape & control sequences.

Re: Changing cursor color in a Linux framebuffer console

2012-07-28 Thread John Magolske
em interrelated, and I haven't been able to sort out the right combination that'll provide the desired cursor foreground colors along with a black background in all cases. Any further clues much appreciated (ie, would I change both values in the terminal-overrides entry currently shown a

Re: Changing cursor color in a Linux framebuffer console

2012-07-26 Thread John Magolske
&t_EI="\]112\007" I couldn't get this to work in the framebuffer console...is it for running tmux in a terminal emulator in X (those lines look somewhat similar to what I have set up for modal cursor color changing in an Xterm)? Have you got this working in a frame

Re: Changing cursor color in a Linux framebuffer console

2012-07-26 Thread John Magolske
with the exception of having the cursor change color). Setting it to "linux" works as well, but that brings up the "Couldn't get a file descriptor referring to the console" message when starting tmux. Any pointers on how to get this working would be much appreciated.

Changing cursor color in a Linux framebuffer console

2012-07-12 Thread John Magolske
That printf command issued in a tmux session running in an xterm will indeed turn the cursor red...but I can't seem to find the right sequence to do the same in tmux running in a framebuffer console. So I'm trying to f

Re: Displaying total number of windows in the status line

2012-07-03 Thread John Magolske
* Thomas Adam [120702 15:46]: > On 2 July 2012 18:38, John Magolske wrote: > > With #N shown here to represent "total number of windows in a session" > > Use tmux from SVN trunk, and then read up on "FORMATS", specifically > "#{session_windows}&quo

  1   2   >