Re: Need help with debugging tmux crash

2015-05-19 Thread Thomas Adam
> We are currently running tmux version 1.8 That's too old. We've fixed a tonne of bugs since then. Please try and reproduce this with tmux 2.0 or better yet tmux from git. -- Thomas Adam -- One dashb

Re: new-session not accepted

2015-05-17 Thread Thomas Adam
t found: 8 > tmux.conf:16: couldn't set 'default-terminal' You can't set options for sessions which don't yet exist. -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I

Re: Is it possible to have a binding that "brings back" mouse behavior?

2015-05-16 Thread Thomas Adam
=), > if mouse flag is set (mouse_any_flag) then well I have trouble with > parsing at this stage. I think it would help greatly if the double-quote > escapement scheme could be explained. I see 3 quotes in a row, and I > suspect that that is significant. What is it you want to know?

[PATCH] configure: Use silent rules (reduced CC output)

2015-05-16 Thread Thomas Adam
As of automake-1.11, it's now possible to tell automake that the compiler output is "hidden", producing output almost identical to compiling on OpenBSD. The effects of this are such that this can be disabled with '--disable-silent-rules', or 'make V=1' to enable "verbose" output. Even with silent

Re: Regression with set-titles-string in 2.0?

2015-05-16 Thread Thomas Adam
On Fri, May 15, 2015 at 09:52:06PM -0700, Lander Brandt wrote: > When upgrading from tmux 1.9a to 2.0, shell commands are no longer > executed in title strings. For example I have in my .tmux.conf: Yes, it will be replaced eventually. -- Thomas Adam -- "Deep in my heart I wish

tmux git: rate-limiting testing wanted

2015-05-13 Thread Thomas Adam
nd who are using the current rate-limting options, please give tmux from git a try to see if this helps? Ensure you adapt your .tmux.conf to remove the c0-* options if you'd set them there. Any problems, let us know. Kind

Re: tmux "using" removable media? Why & how to stop it.

2015-05-11 Thread Thomas Adam
hat tmux was "using" the drive. I assume this means that the tmux It's possible the FD is open to the directory or something. Can you send through some logs? -- Thomas Adam -- One dashboard for servers and a

tmux 2.0 released

2015-05-06 Thread Thomas Adam
lf of everyone involved in this release, we wish you happy tmuxing. -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("Girl Least Likely To&

Re: Q: tmux sending different key escape codes for Option+Left/Right depending on $TERM?

2015-05-06 Thread Thomas Adam
erm tmux - -Ltest -f/dev/null new -- Thomas Adam -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, sta

Re: [PATCH] Window reference printable flag/format option

2015-05-04 Thread Thomas Adam
has been removed, allowing expansion of that through formats instead. -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.) >From 6fd7702571fcc64b26d184a9b790e4f3fafdf952 M

Re: [PATCH] Window reference printable flag/format option

2015-05-03 Thread Thomas Adam
sessions and also in grouped sessions, if you don't > want to make it exact a 0 or 1 would be better. Done. Now, the flag window_linked considered only unique windows linked across sessions (via linkw)---even in the case of a grouped session. -- Thomas Adam -- "Deep in my heart I

Re: What is tmux's relatinon to OpenBSD?

2015-05-02 Thread Thomas Adam
On Thu, Apr 30, 2015 at 08:42:49AM -0700, jungle Boogie wrote: > Yes, of course but I seem to recall having a hard time with the > dependency on ARM. There is no such thing. What are you referring to? -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart

Re: Patch to add "exit copy mode when scrolling past bottom" + option

2015-05-02 Thread Thomas Adam
ling up with the mouse, this was useful to emulate intuitively expected > behaviour of scrolling in the terminal. I haven't tested this, but I don't think this patch is needed, given something like: bind -n WheelDownPane if -Ft= "#{?pane_in_mode,#{?scroll_region_lower},,}

[PATCH] Window reference printable flag/format option

2015-05-02 Thread Thomas Adam
This adds support for indicating in the status line whether a given window has been referenced more than once. In the case of grouped sessions this is likely always going to be the case, but this also helps in showing which windows in a session have been included via linkw, for example. Currently

[PATCH] choose-tree: Fix expand/collapse selection

2015-05-02 Thread Thomas Adam
When expanding/toggling a given session in the choose-tree list, ensure we start from the select item, and not the index of the item's position, since this ends up producing odd screen redraw problems since the index doesn't match the array index of the items on the screen. --- window-choose.c | 4

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

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 > >

Re: What is tmux's relatinon to OpenBSD?

2015-04-30 Thread Thomas Adam
ur question? See: http://undeadly.org/cgi?action=article&sid=20090707041154 -- Thomas Adam -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ appl

Re: nvim colorscheme in tmux-4 screenshot

2015-04-30 Thread Thomas Adam
ent this email. -- Thomas Adam -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give

Re: [PATCH] Don't segfault on NULL tty.path

2015-04-29 Thread Thomas Adam
On Wed, Apr 29, 2015 at 12:06:42AM +0100, Nicholas Marriott wrote: > Actually I think I already fixed this? Yes, I think you rolled this into a larger fix for something else. It doesn't crash for me anymore. Cheers, -- Thomas Adam -- "Deep in my heart I wish I was wrong. B

Re: Interfacing with tmux through other languages without shell commands? Libevent? Shared libraries?

2015-04-29 Thread Thomas Adam
you actually tried it? The point here is for this library to monitor the output from control mode and act accordingly. -- Thomas Adam -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest

[PATCH] Don't segfault on NULL tty.path

2015-04-28 Thread Thomas Adam
When checking a client's tty path, don't segfault if it's NULL. --- cmd-find.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd-find.c b/cmd-find.c index fab3849..3ac9936 100644 --- a/cmd-find.c +++ b/cmd-find.c @@ -243,6 +243,8 @@ cmd_find_current_session_with_client(struct cmd_find_stat

[PATCH] Fix previous movew/renumber session

2015-04-21 Thread Thomas Adam
Rather than blindly call session_renumber_session when the option wasn't requested (and hence breaking the case of renumbering a winlink manually), instead only renumber the src session, since that session is the one which will have "gaps". --- cmd-move-window.c | 12 +++- server-fn.c

Re: per-pane status line (similar to ticket 21)

2015-04-20 Thread Thomas Adam
On 20 April 2015 at 15:38, Nicholas Marriott wrote: > I expect you will need to wait until SourceForge is synced from OpenBSD > before this will apply. Not sure when Thomas next plans to do that. Done. Note that I took a quick look at both this patch, and John O'Meara's, and thi

[PATCH] Remove unused vars

2015-04-20 Thread Thomas Adam
Remove 'set-but-not-used' variables, to shut GCC up. --- window-copy.c | 4 1 file changed, 4 deletions(-) diff --git a/window-copy.c b/window-copy.c index afa609e..11cef71 100644 --- a/window-copy.c +++ b/window-copy.c @@ -2217,13 +2217,11 @@ void window_copy_start_drag(struct client *c, u

[PATCH] movew: honour renumber-windows session option

2015-04-19 Thread Thomas Adam
When moving winlinks between sessions, honour the renumber-windows session option if it is set. --- server-fn.c | 5 + 1 file changed, 5 insertions(+) diff --git a/server-fn.c b/server-fn.c index 71745d7..984caca 100644 --- a/server-fn.c +++ b/server-fn.c @@ -351,6 +351,11 @@ server_unlink_wi

Re: [PATCH] Give descriptive message when no sessions present

2015-04-15 Thread Thomas Adam
I really wouldn't go conflating ECONNREFUSED with "no sessions" when there's any number of other reasons for that. -- Thomas Adam -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM ED

Re: [tmux:tickets] #186 Moving tmux repo to Github

2015-04-15 Thread Thomas Adam
you like. Submitting patches can be done using git-format-patch, just like a number of other projects do; git itself, for instance. So, given the above, what does moving gain us at the moment? Nothing. -- Thomas Adam --

Re: move-window doesn't work with -r

2015-04-01 Thread Thomas Adam
On Wed, Apr 01, 2015 at 04:01:56PM +1300, Jan Larres wrote: > On 01/04/15 12:53, Thomas Adam wrote: > > Renumbering of winlinks only happens when the winlink is > > killed/destroyed (assuming renumber-windows session option). The point > > of 'movew -r' is solely

Re: [PATCH] Update environment when switching sessions

2015-03-31 Thread Thomas Adam
date-environment"); I think you want &s->options here, no? -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.) --

Re: move-window doesn't work with -r

2015-03-31 Thread Thomas Adam
rrent window to session 3, you can just do: movew -t3: And tmux can figure that out itself. What you can do is this: movew -t 3:50 \; movew -r -t3 Which would move the current window to session 3, window index 50 and then renumber the winlinks in session 3. -- Thomas Adam -- "Deep

Re: move-window doesn't work with -r

2015-03-30 Thread Thomas Adam
Hi, This is because -r is a separate operation to how the rest of movew works. Thomas Adam On 31 Mar 2015 04:26, "Jan Larres" wrote: > Hi, > > there seems to be a bug in the move-window command when using the -r > option. > > Let's assume I have a session &quo

Re: multiple definition of `gnu_dev_makedev'

2015-03-27 Thread Thomas Adam
gular user > > The configure step seems ok, but I am in trouble with make. Essentially I get > multiple definition errors > > strtonum.c:(.text+0x40): multiple definition of `gnu_dev_makedev' As discussed on IRC, you

Re: Debugging Server Crashes?

2015-03-23 Thread Thomas Adam
nable-debug Note that you should try installing git HEAD because there's been many fixes in there since tmux 1.9a was released. -- Thomas Adam -- Dive into the World of Parallel Programming The Go Parallel Website, spon

Re: Fwd: Tmux crash (segfault)

2015-03-14 Thread Thomas Adam
o extract a backtrace and send it to this mailing list. > I'm doing so in hopes of having someone more knowledgeable look at it. What version of libevent? -- Thomas Adam -- Dive into the World of Parallel Progra

Re: Checking if job is finished in a specific window

2015-03-12 Thread Thomas Adam
or it is still running? Use either monitor-silence or monitor-activity depending on how the command works. Or you could do something like: program && echo -e "\a" Assuming you use terminal bells. There's a few more ways, I'm sure. -- Thomas Adam ---

Re: The history of tmux

2015-03-11 Thread Thomas Adam
On Tue, Mar 10, 2015 at 03:12:05PM +, David Chanters wrote: > On 16 February 2015 at 15:59, Thomas Adam wrote: > > % git log | egrep -o '(from |by )[A-Z][A-Za-z0-9 ]*\.'|sort|uniq -c|sort > > -nr| head -n10 > > 40 from Thomas Adam. > > 39 from G

Re: Mouse emulation

2015-03-11 Thread Thomas Adam
gt; > Has this better way been implemented? If so, can you describe how I can > enable it? Nope, nothing yet. -- Thomas Adam -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by In

Re: Random characters appear after copying

2015-02-27 Thread Thomas Adam
ple panes. > > Any idea of what the problem is and how I can solve it? Unset the set-clipboard option. -- Thomas Adam -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and de

Re: The history of tmux

2015-02-25 Thread Thomas Adam
ll patches still > flow through CVS? Only portable fixes which aren't needed by OpenBSD are committed directly. This is documented in the SYNCING file in the tmux git repo. -- Thomas Adam -- Dive into the World

Re: indicator for resize-pane -Z

2015-02-23 Thread Thomas Adam
On 23 February 2015 at 12:18, Daniel wrote: > resize-pane -Z is pretty neat. Though, is it possible to somehow have an > indicator of a pane is zoomed, and there are currently panes hidden? The window flags already contain 'Z' to indicate this.

Re: patch for setting pane background color

2015-02-19 Thread Thomas Adam
f I > don't know about it. I mentioned it to you. You said you'd incorporate those things into subsequent patches. The diff is here: https://github.com/ThomasAdam/tmux/commit/f85a0fcfe9cc54aecdca205e2f2c93cce2235d47.patch -- Thomas Adam -- "Deep in my heart I wish I was wrong. But

Re: patch for setting pane background color

2015-02-19 Thread Thomas Adam
ders(wp->window); wp = wp->window->active; /* may have changed */ } -- Thomas Adam -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your

Re: The history of tmux

2015-02-16 Thread Thomas Adam
n which those statistics are using don't take into account the fact that the real contributor is part of the commit message itself. See for example: % git log | egrep -o '(from |by )[A-Z][A-Za-z0-9 ]*\.'|sort|uniq -c|sort -nr| head -n10 40 from Thomas Adam. 39 from G

Re: [patch] cmd-renumber-windows

2015-02-15 Thread Thomas Adam
all sessions. Thanks, but we don't need this as another command. You can still use "move-window -r", and for now, script the rest. -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I kno

Re: patch for setting pane background color

2015-02-11 Thread Thomas Adam
asAdam/tmux/commits/jr/pane-colours Have a look, tell me what you think. The cleanups are pretty trivial, but reduces some of the copy/paste code churn. -- Thomas Adam -- Dive into the World of Parallel Programming. Th

Re: patch for setting pane background color

2015-02-11 Thread Thomas Sattler
. I did miss "colouring the active pane", I simply was to lazy to ask. I like it! Thomas -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partner

Re: patch for setting pane background color

2015-02-11 Thread Thomas Adam
7;) > + gc = NULL; > + else { > + gc = xmalloc(sizeof *gc); > + memcpy(gc, &grid_default_cell, sizeof *gc); > + ret = style_parse(&grid_default_cell, gc, str); I wouldn

Re: Shell command output in status only being displayed a fraction of the times

2015-02-08 Thread Thomas Adam
ve, this isn't the case? What are you expecting to see in status-right which you're not seeing? -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.) ---

Re: Shell command output in status only being displayed a fraction of the times

2015-02-08 Thread Thomas Adam
r instance with your config, hence: % tmux -Ltest -v Let the status update, then kill the server, and send through the tmux-server-*.log which will be in the directory you invoked the above comamnd in. -- Thomas Adam -- "Deep in my heart I wish I

Re: What's new and incompatible in origin/ta/new-hooks

2015-01-30 Thread Thomas Adam
Hi, Yes it is. Nicholas and I are working on this, so I'd hold off for now. Thomas Adam On 30 Jan 2015 14:06, "Kaushal" wrote: > I forgot to mention that when I started the new tmux server using *tmux > -Ltemp -f/home/$USER/.tmux-2.0.conf* , it printed the "can

[PATCH V5 3/3] Commands: Make use of prepare

2015-01-27 Thread Thomas Adam
Switch over all tmux commands to make use of prepare. --- cmd-attach-session.c | 11 +++--- cmd-bind-key.c | 3 ++- cmd-break-pane.c | 9 +--- cmd-capture-pane.c | 7 +++--- cmd-choose-buffer.c| 9 cmd-choose-client.c| 10 + cmd-choose-tree.

[PATCH V5 0/3] Hook support

2015-01-27 Thread Thomas Adam
lly_ appreciate user testing on this, so please, shunt this towards your friends or people who've been interested in this, and if it breaks, send me a corefile, please! Any questions, do please ask. Kindly, -- Thomas Adam Thomas Adam (3): Introduce prepare mechanism for commands Ad

[PATCH V5 2/3] Add hooks infrastructure

2015-01-27 Thread Thomas Adam
/cmd-set-hook.c b/cmd-set-hook.c new file mode 100644 index 000..75aebb9 --- /dev/null +++ b/cmd-set-hook.c @@ -0,0 +1,95 @@ +/* $Id$ */ + +/* + * Copyright (c) 2012 Thomas Adam + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is

[PATCH V5 1/3] Introduce prepare mechanism for commands

2015-01-27 Thread Thomas Adam
Commands now set their running context separately from executing. The state is used at execution time of commands, and by separating this out, the command state can be queried for any hooked commands. --- cmd.c | 32 tmux.h | 32

Re: Option to start server without forking

2015-01-21 Thread Thomas Adam
it's not needed or wanted within tmux. > and stay in the foreground, like screen -D -m? This will greatly > simplify running tmux from a process manager that do not support > forking services like supervisord. That would be the wrong so

Re: [PATCH] Add option to disable copying newline at EOL for vi(1) mode

2015-01-19 Thread Thomas Egerer
ecause it breaks what Balasz's patch fixed. So I'm trying to convince you to compromise here: Any chance you/we could exclude copy-line from the vi-inherent 'copy-newline-at-EOL' policy? I'd happily try and hack the changes if they had any chance of getting it upstream.

Re: [PATCH] Add option to disable copying newline at EOL for vi(1) mode

2015-01-19 Thread Thomas Egerer
Hi Balasz, *, On 01/18/2015 09:54 PM, Balazs Kezes wrote: > On 2015-01-18 01:50 +0100, Thomas Egerer wrote: >> the changes introduced in git-commit >>00ac1af Copy newline when at EOL in vi(1) mode, from Balazs Kezes. >> have been driving me up and down the wall duri

Re: [PATCH] Add option to disable copying newline at EOL for vi(1) mode

2015-01-19 Thread Thomas Egerer
re...) > This was especially annoying when I was trying to copy multiple lines. > In such cases I usually expect to have newlines at the end of all lines > but alas there was no way for that in vi mode. > > Thomas, could you try the emacs mode? It does exactly the thing you want > a

Re: [PATCH] Add option to disable copying newline at EOL for vi(1) mode

2015-01-19 Thread Thomas Egerer
the option of copying text to buffers. It makes great sense to copy newlines within a block of selected text. It does not make sense to copy a newline at the end of a line when copying only a *single* line or at the end of a se

Re: [PATCH] The check of !S_ISDIR(sb.st_mode) in second time is wrong since it's already known to be false at that point.

2015-01-18 Thread Thomas Adam
On 18 January 2015 at 20:32, Nicholas Marriott wrote: > I'm not sure what the original intent of the change was and I don't > understand the commit message (below). > > It seems like the second !S_ISDIR check is both unnecessary and > backwards... Thomas? Seems it wa

Re: Putting the new window at the end

2015-01-18 Thread Thomas Adam
On 18 January 2015 at 12:19, İsmail Dönmez wrote: > Hi, > > I am trying to find a shortcut to create a window at the end of the current > windows. Currently new-window -a just appends the new window after the How is this *not* just 'tmux neww' -- that is, without the '

[PATCH] Add option to disable copying newline at EOL for vi(1) mode

2015-01-18 Thread Thomas Egerer
Signed-off-by: Thomas Egerer --- Hello *, the changes introduced in git-commit 00ac1af Copy newline when at EOL in vi(1) mode, from Balazs Kezes. have been driving me up and down the wall during the last couple of days. I often use the 'copy-line' command to copy command line

Re: How can I copy the last few lines of pane history programmatically?

2015-01-15 Thread Thomas Adam
On 15 January 2015 at 21:49, Kaushal wrote: > But to begin with, I am unable to find a way to copy the last few lines of > the current pane history using a script. capture-pane -- Thomas Adam -- New Year. New Lo

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On Fri, Jan 09, 2015 at 09:07:07PM -0500, Helmut K. C. Tessarek wrote: > On 09.01.15 20:48 , Thomas Adam wrote: > > Can we stop with these rather silly suggestions for other software we > > don't need? > > Apparently nobody understands that I am the maintainer for the t

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On 10 January 2015 at 00:26, Helmut K. C. Tessarek wrote: > On 09.01.15 5:14 , Thomas Adam wrote: >> There's already a repo there if you want to use that. > > It s not the main repo, is it? It is also not a mirror, with automatic pushes > to it when the sf repo is updated.

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On Thu, Jan 08, 2015 at 08:13:40PM -0500, Helmut K. C. Tessarek wrote: > On 08.01.15 18:51 , Thomas Adam wrote: > > https://github.com/ThomasAdam/tmux-ut > > Have you ever thought of moving the sf repo to github? There's already a repo there if you want to use that. > O

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
u can use either, and having the redundancy on Github as a mirror of the SF one is a good thing. -- Thomas Adam -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in

tmux-ut: A tmux runtime unit-test suite

2015-01-08 Thread Thomas Adam
homasAdam/tmux-ut It's under the ISC license. Patches welcome! -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.)

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

2015-01-07 Thread Thomas Adam
ut a specific patch from git that I > can apply to the stable 1.9_a codebase to get this functionality? Why? If you can already use the Git version, just use that. That's easier than patching 1.9a. -- Thomas Adam

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

2015-01-06 Thread Thomas Adam
ll check for the utempter header file automatically). > logname still errors out. Is there a corresponding config option I > need to tweak or? No. No config option. -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("

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

2015-01-06 Thread Thomas Adam
nux, install libutempter, this will then allow the utmp database to be queried, and commands like w, who, and logname should work. -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("Gi

[PATCH 1/1] kill-window: Unzoom window before looking up winlink

2015-01-03 Thread Thomas Adam
If the window that's being killed is in a zoomed state, unzoom it first, otherwise there's no chance of finding the correct winlink, causing tmux to exit. --- server-fn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server-fn.c b/server-fn.c index 6cab6bd..1ed3a01 100644 --- a/server-fn.c +

Re: Storing sockets in /tmp and systemd's PrivateTmp

2014-12-29 Thread Thomas Adam
TMPDIR is not set. See also TMUX_TMPDIR. The default won't change. -- Thomas Adam -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slas

Re: Re: Re: about the black screen problem when listing tmux sessions

2014-12-14 Thread Thomas Adam
when I switch to version 1.9a or > 1.9? Possibly. Why don't you just try it? But you've still not adequately explained what the problem is, and despite repeated attempts to get that information out of you, it's not been forth-coming. I wish you luck solving your problem,

[tmux PATCH] Add missing va_end() calls

2014-12-14 Thread Thomas Jarosch
Reported by cppcheck Signed-off-by: Thomas Jarosch --- compat/asprintf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat/asprintf.c b/compat/asprintf.c index 733fc81..09020b3 100644 --- a/compat/asprintf.c +++ b/compat/asprintf.c @@ -54,10 +54,12 @@ vasprintf(char **ret, const char

Re: Re: about the black screen problem when listing tmux sessions

2014-12-11 Thread Thomas Adam
een. Which I fixed sometime ago. Likely after 1.8 in this case; tmux git will confirm. > And I found that the problem tmux cmd is “choose-tree”, when I switch to > "choose-session" cmd, it works. You've still not _explained_ w

Re: Re: about the black screen problem when listing tmux sessions

2014-12-11 Thread Thomas Adam
rks fine for me. Which tmux version is this? What size is your terminal window? Mine's 80x24. Can you _PLEASE_ describe in more detail what "doesn't work" mean because I'm not a bloody psychic. A scr

Re: about the black screen problem when listing tmux sessions

2014-12-11 Thread Thomas Adam
is small, but not when the session number is large. Can you be specific about what you mean? -- Thomas Adam -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge

Re: [PATCH 1/1]: Fix poor performance during mouse mode selection.

2014-12-10 Thread Thomas Adam
draw_screen(wp); > + window_copy_for_selection(wp, old_cy); Rather than having a new function for this, why not put the logic into window_copy_redraw_screen? The mode for the wp is already known

Re: [PATCH 1/1] neww: Check indexes before window names

2014-12-01 Thread Thomas Adam
On 1 December 2014 at 23:57, Thomas Adam wrote: > In the case of creating a new window, tmux would end up checking the window > name > before the index. This is usually OK, save for the fact that if a window ever > has as its title, the same number as the index, then the check

[PATCH 1/1] neww: Check indexes before window names

2014-12-01 Thread Thomas Adam
In the case of creating a new window, tmux would end up checking the window name before the index. This is usually OK, save for the fact that if a window ever has as its title, the same number as the index, then the check is in error. Instead, make cmd_lookup_index() check the index and then the

Re: [tmux:tickets] #170 window_zoomed_flag not working

2014-12-01 Thread Thomas Adam
Patch to fix this sent to the mailing list. -- Thomas Adam On 30 November 2014 at 20:16, rorytmux wrote: > > > [tickets:#170] window_zoomed_flag not working > > Status: open > Created: Sun Nov 30, 2014 08:16 PM UTC by rorytmux > Last Updated

[PATCH 1/1] window_zoomed_flag operates on window not pane

2014-12-01 Thread Thomas Adam
Don't test setting the WINDOW_ZOOM flag on a winlink, as it's set on the window. --- format.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format.c b/format.c index e7fd3e1..47b8b79 100644 --- a/format.c +++ b/format.c @@ -471,6 +471,8 @@ format_window(struct format_tree

[PATCH 1/1] Remove dead code when choose-item was removed

2014-11-26 Thread Thomas Adam
window_choose_add_item() was only ever used by choose-item, and hence is no longer used by anything else. --- tmux.h | 3 --- window-choose.c | 30 -- 2 files changed, 33 deletions(-) diff --git a/tmux.h b/tmux.h index 7c0a7b5..317d1d1 100644 --- a/tmux.h +++

Re: Disable pause to wait for more pane-switching commands

2014-11-20 Thread Thomas Adam
> frame after switch, this annoys me a bit. Just set an appropriate repeat-time value. -- Thomas Adam -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Busi

Re: [tmux:tickets] #163 Sharing Session while seeing different tmux windows

2014-11-01 Thread Thomas Adam
M UTC > Owner: nobody > > I'm a previous screen user and one feature that I miss is having 2 terminals > sharing the same session but while being on different tmux windows. > > Is this already possible? > Or is this a feature request? $ tm

Re: Maintaining a consistent style

2014-10-23 Thread Thomas Adam
to the file later. What is it you're asking us (tmux developers) to do, exactly? I'd rather just point people to style(9)... -- Thomas Adam -- ___ tmux-users maili

Re: release cycle of tmux

2014-10-20 Thread Thomas Adam
On 21 Oct 2014 03:16, "Helmut Tessarek" wrote: > Do you think that would make sense, or should I update MacPorts only when a > new release of tmux is cut? Why not have both? We appreciate on-going testing of tmux git until we decide to release a new version. In fact, we rely on

Re: release cycle of tmux

2014-10-20 Thread Thomas Adam
On 21 Oct 2014 01:50, "Helmut Tessarek" wrote: > > On 20.10.14 4:41 , Thomas Adam wrote: > > Whenever Nicholas and I decide it appropriate, based on on-going patches, > > number of features, etc. > > Ok, so basically there is no release cycle. Thx for the info.

Re: release cycle of tmux

2014-10-20 Thread Thomas Adam
On Mon, Oct 20, 2014 at 01:27:10AM -0400, Helmut Tessarek wrote: > What is the release cycle of tmux? There is quite some activity in the repo, > but releases are cut rather seldomly. Whenever Nicholas and I decide it appropriate, based on on-going patches, number of features, etc. --

Re: starting directory of new panes

2014-10-19 Thread Thomas Adam
On 20 October 2014 00:53, Mark Volkmann wrote: > That also opened a new pane, but not in the current directory. Which platform? -- Thomas Adam -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for

Re: starting directory of new panes

2014-10-19 Thread Thomas Adam
r the old way. Is there a setting for this? I write release descriptions for a reason: http://sourceforge.net/p/tmux/tmux-code/ci/master/tree/CHANGES Note the "Incompatible Changes" section for 1.9 -- Thomas Adam

Re: inconsistent status bar behavior

2014-09-29 Thread Thomas Adam
red is. If you're using something like bash, check to see if it's being changed from PROMPT_COMMAND. -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("Girl

Re: Question about half-colored divider

2014-09-16 Thread Thomas Stüfe
Thank you. On Tue, Sep 16, 2014 at 4:53 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Intentional and there is no option > > > > Original message ---- > From: Thomas Stüfe > Date: 16/09/2014 15:18 (GMT+00:00) > To: tmux-users@l

Re: Question about half-colored divider

2014-09-16 Thread Thomas Adam
On 16 September 2014 15:18, Thomas Stüfe wrote: > Is this intentional or a graphical bug? If intentional, is there an option Intentional. > to switch this off? No. It's useful to see which pane on which side is currently focused. --

Question about half-colored divider

2014-09-16 Thread Thomas Stüfe
bug? If intentional, is there an option to switch this off? Thanks, Thomas Stüfe -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version control

Re: Fix for buffer overwriter in cmd.c (cmd_pack_argv)

2014-09-16 Thread Thomas Stüfe
thanks for the workaround! On Tue, Sep 16, 2014 at 3:42 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > It should work if you start it with "tmux new" not "tmux". > > > On Tue, Sep 16, 2014 at 03:37:59PM +0200, Thomas St??fe wrote: > &g

Re: Fix for buffer overwriter in cmd.c (cmd_pack_argv)

2014-09-16 Thread Thomas Stüfe
Yes you did. Sorry, just looked at the 1.9a sources, not your development sources. Might probably make sense to roll this fix out, because right now tmux 1.9a is unusable (it crashes on three of my linux machines). Kind Regards, Thomas Stüfe On Tue, Sep 16, 2014 at 2:56 PM, Nicholas Marriott

Fix for buffer overwriter in cmd.c (cmd_pack_argv)

2014-09-16 Thread Thomas Stüfe
rlcpy(buf, argv[i], len) >= len) Kind Regards, Thomas Stüfe fix.patch Description: Binary data -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version con

  1   2   3   4   5   6   7   >