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
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
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
> 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
- 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
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
---
** [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
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
---
** [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
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.
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
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
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
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
> 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
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
> 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
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
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
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
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
> $
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
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.
---
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
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
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
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
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
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
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
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
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.
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
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
> > 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
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
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
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
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
>
>
> 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
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
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
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
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
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
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
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.
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
* 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
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
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
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
/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
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
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
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:
> > >>
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
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
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
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
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
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
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?
> >
> >
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
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
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
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.
--
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
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
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
#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,
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
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
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
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
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
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
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
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
> 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
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
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
(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
---
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
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
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
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.
-
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
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
* 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
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 -
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
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
#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
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.
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
&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
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.
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
* 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 - 100 of 116 matches
Mail list logo