* Remove/rename some variables which were no longer being used.
* Added #include
---
cmd-queue.c |1 +
control-notify.c |4
control.c|1 +
window.c |9 -
4 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/cmd-queue.c b/cmd-queue.c
inde
From: Thomas Adam
Currently, a conditional format only returns the string given based on
whether the condition is true or false. This means the following does not
work:
#{?session_attached,#{session_name},no session}
This change expands the item returned from the conditional if it
When receiving mouse inputs, we should set the x/y coordinates earlier than
we currently do, so that we aren't off-by-one in the case when the statusbar
is at the top of the screen.
---
tty-keys.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tty-keys.c b/tty-keys.c
index
When clearing WINLINK_ALERTFLAGS for all sessions, we must also, for that
window, clear the window->flags as well, otherwise sessions may well still
see flags for winlinks long since cleared.
This therfore introduces WINDOW_ALERTFLAGS to help with this.
---
tmux.h | 1 +
window.c | 1 +
2 files
When a pane is maximized, and text is selected, we end up checking if a pane
switch is needed. This therefore means we might end up selecting panes
which aren't visible.
---
layout.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/layout.c b/layout.c
index b74bd78..cf554c3 100644
--- a/lay
The point of setting TMUX_TMPDIR is to then make any labels from -L go to
that directory. In the case of makesocketpath() with no TMUX_TMPDIR set,
would set both the path and the default socket to a file. The checking of
the permissions on the file worked fine in that case, but when TMUX_TMPDIR
i
From: Thomas Adam
Some ncurses packages have build time configuration options to separate its
different parts into separate libraries. Some Linux distributions in
particular separate out the terminfo routines in to libtinfo.
This change teaches configure that setupterm() can also be found
e able to share any good stuff that I might
> come up with myself.
It just needs someone to go ahead and start one.
-- Thomas Adam
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only d
to bind these keys or is it just impossible? Not that this is
> a showstopper, I usually define redundant key bindings so I can choose
Hmm?
bind -n C-Left previous-window
bind -n C-Right next-window
Is an example of using the left/right arrow keys with Ctrl to cycle
through windows without a pr
t although it may be simpler). No sign of any code yet in either case.
Welcome to $REAL_LIFE -- it's on my tmux TODO list, I will get round
to it eventually.
-- Thomas Adam
--
Join us December 9, 2009 for the Red Hat V
c_B
> screen -t BoiteC mutt -F $HOME/.mutt/config/.muttrc_C
> screen -t sync offlineimap
>
> How can I did this with tmux ?
neww -d -nfoo 'exec foo'
neww -d -nfoo2 'exec foo2'
neww -d -nfoo3 'exec foo3'
You can also set the session name as well, etc.
-- Thomas
Yeah well I like CVS.
You can always use:
http://github.com/ThomasAdam/tmux
Automatically synched hourly from SF.net
-- Thomas Adam
--
"It was the cruelest game I've ever played and it's played inside my head."
-- "Hush The Warmth", Gorky's Zygotic Mynci.
-
projects. I am often away from my computer and would like a way to
> blank and lock the screen so no one can walk up and start using my server. I
> would just log out but it's a hassle to have to restart PuTTY each time I
> come back. Is this possible?
See the: lock-session and loc
it. I read in the Internet that there's a shorcut Ctrl + b, = to
> activate the scroll mode but unfortunately it doesn't work for me. How
> can I acquire scrollback functionality using tmux?
>
> Debian GNU/Linux 5.0.4;
> Tmux 1.2.
^a + PgUp
... works for me. Change "^
sr/bin/vlock' \; lock-client \; set lock-command
'tput civis && read -s -n1'
(That should all be on one line.)
Hope it's useful. :)
-- Thomas Adam
--
"Deep in my heart I wish I was wrong. But deep in my heart I know I am
n
On Fri, Jul 30, 2010 at 08:18:47AM +0100, Nicholas Marriott wrote:
> You could write an FAQ entry if you like :-).
Something like the diff attached? ;)
-- Thomas Adam
? blank
? foo.patch
? lock-clients.patch
? lock-nm.patch
? multi-colour-statusbar2.patch
? tmux-blank-window-faq.patch
? tmux
On Thu, Aug 12, 2010 at 05:48:55PM +0100, Nicholas Marriott wrote:
> Make sure git is in sync with CVS HEAD.
If it's the one I maintain then it's automatically synched every hour.
-- Thomas Adam
--
"Deep in my heart I wish I was wrong. But deep in my heart I know I am
listic ?
What's more realistic is making a "maximise-pane-layout" -- which I've
done and will submit in due course. Of course, your idea is perhaps
different from that in other uses, but a lot closer to what you've
just described above.
-- Thomas Adam
---
session from one which was previously locked,
forces you to unlock it again.
-- Thomas Adam
--
"It was the cruelest game I've ever played and it's played inside my head."
-- "Hush The Warmth", Gorky's Zygotic Mynci.
--
> can take one without authorization?
You'd have to do something like this:
tmux -Lmypersonalserver
... and ensure for the socket created thereon, that you set the permissions
on it such that only you had access to it.
Paranoia isn't healthy.
-- Thomas Adam
--
"It was the c
5)
You need to kill any tmux server processes and restart tmux for an
upgrade -- as the last release had a server upgrade.
-- Thomas Adam
--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of
On 15 October 2010 10:10, Frans Haarman wrote:
> The ability to start/stop programs/scripts when navigating
> to/from a window.
This has a much wider implication in terms of implementing hooks
support --- although I suspect this idea has largely been dropped,
alas.
-- Thoma
have to tie yourself down to this sort of repetitive pattern.
-- 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.)
-
rds,
> Jan Seeger
Presumably if you pass xterm the "-hold" option, you don't see
anything useful there?
-- Thomas Adam
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simpli
836
> 836 if (wp->xoff >= w->sx || wp->yoff >= w->sy)
>
> Let me know what further debugging you'd like.
I bet you're using "mouse-select-pane", right? If you disable that, does
the crash go away?
I'll send a patch out later on to fi
ways a random character before [dead] -- no
tmux crash, but it does look like (through stracing it) it's caught around
here:
names.c:window_name_callback():
if (w->active->cmd != NULL && *w->active->cmd == '\0' &&
name != NULL && name[0] ==
*wp;
>
> TAILQ_FOREACH(wp, &w->panes, entry) {
> - if (!window_pane_visible(wp))
> + if (wp == w->active || !window_pane_visible(wp))
> continue;
> if (x < wp->xoff || x >= wp->xoff + wp->sx)
>
sive point of view, the patch looks good.
-- 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.)
--
In
sourceforge CVS repository, but is also
available here for those tracking Git:
https://github.com/ThomasAdam/tmux/tree/ta/monitor-silence
Kindly,
-- 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" -- o
enum or a bunch of #defines)? Only, there's
far too many places where the literal char of the flag is hard-coded where
it's needed for display -- if that makes sense?
Kindly,
-- Thomas Adam
"Deep in my heart I wish I was wrong.
is hard-coded where
> > it's needed for display -- if that makes sense?
>
> That would be cool, I was thinking just a function somewhere to convert
> them to a displayable character, probably in status.c.
OK. I'll submit this in due course. It ought not to impact
that from tmux, you already have a session
attached.
-- Thomas Adam
--
"It was the cruelest game I've ever played and it's played inside my head."
-- "Hush The Warmth", Gorky's Zygotic Mynci.
--
github.com/ThomasAdam/tmux/tree/ta/session-windows
Or alternatively:
% git clone git://github.com/ThomasAdam/tmux.git tmux.git
% cd ./tmux.git
% git checkout -b ta/session-windows origin/ta/session-windows
% configure && make
Any questions, just shout.
-- Thomas Adam
Thomas Adam (3):
Rather than hardcode where the printable window flags need to be used (such
as on the status-line and choose-window list), introduce a
printable_window_flags() function to return a list of flags.
As a change of behaviour, now returns *all* window flags on a given winlink
rather than a single flag.
Factor out the code which puts the choice of choosing windows and/or
sessions into a common place.
---
cmd-choose-session.c | 28 +
cmd-choose-window.c | 35 ++--
window-choose.c | 107 ++
3 files changed, 113 inser
ree.c
@@ -0,0 +1,141 @@
+/* $id$ */
+
+/*
+ * Copyright (c) 2010 Thomas Adam
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
t there, IMO.
Thanks for the other comments, I'll look into those in a moment and see what
I can come up with for round two.
-- Thomas Adam
--
"It was the cruelest game I've ever played and it's played inside my head."
-- &qu
one screams? ;) I won't be changing anything about
that patch to do with window flags, so feel free to take those. Unless I
hear otherwise, I'll still be assuming I can use printable_window_flags()
even if the functionality of it changes to return just one flag.
-- Thomas Adam
--
"
annot be found already.
-- Thomas Adam
--
"It was the cruelest game I've ever played and it's played inside my head."
-- "Hush The Warmth", Gorky's Zygotic Mynci.
Index: configure.ac
===
RCS
x27;t installed; that's 99% of the fix for most people in
cases where the .so can't be found.
-- Thomas Adam
--
"It was the cruelest game I've ever played and it's played inside my head."
-- "Hush The Warmth", Gorky's Zygotic Mynci.
-
This results in garbage
printed to the status line.
See patch attached for fix.
-- Thomas Adam
--
"It was the cruelest game I've ever played and it's played inside my head."
-- "Hush The Warmth", Gorky's Zygotic Mynci.
Index: status.c
==
us_replace1() directly), sure. This
also works. :)
-- Thomas Adam
--
"It was the cruelest game I've ever played and it's played inside my head."
-- "Hush The Warmth", Gorky's Zygotic Mynci.
--
so, is there any way to decrease
> that timeout?
In tmux, this is what the escape-time is for,
-- Thomas Adam
--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data c
bout "base-index" in "man tmux".
-- Thomas Adam
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And
ithout first re-cloning the
above, since SVN has its own shitty layout on disk which won't match with
anything git was previously tracking.
-- Thomas Adam
--
"Deep in my heart I wish I was wrong. But deep in my heart I know I am
On Fri, Jun 10, 2011 at 11:14:03PM +0200, clemens fischer wrote:
> On Thu-2011/05/26-23:39 Thomas Adam wrote
> (MID <20110526213903.GA2501@debian.ttn6tadam>):
>
> > For anyone playing along at home and was tracking my git clone of
> > this, I've archived the pre
On Sun, Jun 12, 2011 at 12:31:35AM +0200, clemens fischer wrote:
> Thomas Adam wrote:
>
> > Were you just guessing? This works just fine:
>
> Yeah, kinda. I often clone from github, but was too lazy to look at the
> various .git/config's for the right URL'
Since the change in list-keys to make it copy and pastable in to a tmux
config file, the flags field which determines if the key binding is
repeatable, etc., prints garbage if the binding in question has no flags.
---
trunk/cmd-list-keys.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-
ome level of error-checking in
it. Perhaps I should just duplicate that in window_renumber_windows()
although I don't like that approach either.
If there's a better way, or if I should somehow create one, I will do. It's
just a bit more work than the thirty minutes I allowed myself to
index 000..6cf7428
--- /dev/null
+++ b/trunk/cmd-renumber-windows.c
@@ -0,0 +1,53 @@
+/* $Id$ */
+
+/*
+ * Copyright (c) 2011 Nicholas Marriott
+ * Copyright (c) 2011 Thomas Adam
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is
This is responsible for reassigning new index numbers to the winlinks in a
given session.
---
trunk/tmux.h |1 +
trunk/window.c | 27 +++
2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/trunk/tmux.h b/trunk/tmux.h
index b118f49..3881bd2 100644
--- a/
A given session can always be told to renumber its winlinks when a window is
destroyed in that session.
---
trunk/options-table.c |4
trunk/server-fn.c |5 +
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/trunk/options-table.c b/trunk/options-table.c
index d289
This updates the tmux manpage for the automatic-renumber-windows session
option and the renumber-windows command.
---
trunk/tmux.1 | 21 +
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/trunk/tmux.1 b/trunk/tmux.1
index a5484c5..6b4a96b 100644
--- a/trunk/tmu
'll code it up, it's trivial, but I wanted to ask first.
Kindly,
-- 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.)
--
and has nothing to do with my original suggestion. :)
-- Thomas Adam
--
uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversion
d on July 18. For the
unreleased stuff that comes direct from the ported OpenBSD repository, look
inside the "trunk/" directory.
-- 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 o
use the format specifiers for that directly and
your load-average will go away, hopefully.
-- Thomas Adam
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, applica
On Thu, Oct 06, 2011 at 11:02:20AM -0400, Dustin Kirkland wrote:
> On Mon, Oct 3, 2011 at 10:39 AM, Thomas Adam wrote:
> > On 3 October 2011 15:16, Tru Huynh wrote:
> >> Possible cause: ~user/.tmux.conf
> >> set -g status-left '#[fg=green,bg=black]#(whoami)@#h
laces. Not that I
mind, but a few distros simply do not have libevent-2.0 packaged, and
forcing that for tmux might be an issue for other programs.
-- Thomas Adam
--
The demand for IT networking professionals continues to
ts the string
> "[A" (for Up) and "[B" (for Down).
>
> Is anyone aware of this issue and/or of a workaround?
Are you sure this isn't down to those bindings set as repeating, by default?
-- Thomas Adam
--
"Deep in my heart I wish I was wrong. But deep in my h
lue of default-path.
> It affects only windows created from keys or the command prompt.
Why, when this is in the tmux FAQ?
How can I open a new window in the same directory as the current window?
-- Thomas Adam
--
"Deep in my heart I wish I was wrong. But deep in my heart I know I a
t specify a command? In your case, you want:
tmux new-session -d -s main -n '(LOG) secure' "exec ."
-- Thomas Adam
--
Learn Windows Azure Live! Tuesday, Dec 13, 2011
Microsoft is holding a special
--
> so I used this Sawfish extension that lets me bind a keystroke (I used
> ALT+ENTER) to paste the buffer as if middle-mouse-click.
Have you not heard of Shift + Ins?
-- Thomas Adam
--
"Deep in my heart I wish I was wrong. But deep in my heart I know I am
not." -- Morrisse
ne http://files.floriancrouzat.net/dotfiles/.tmux.conf tmux.conf file.
>
> But i dont see any command that can affect to my prompt.
>
> Can you help me?
It's this line:
set-option -g default-command "exec /bin/bash"
Which won't be spawning a login shell. I am
far.
I've seen examples before of people scripting {break-,join-}pane --
although since I use XTerm and have set-clipboard in .tmux.conf, I
have no need for this.
-- Thomas Adam
--
Keep Your Developer Skills
also this
should probably make it in to the documentation at some level if it
isn't already -- I've not checked.
-- Thomas Adam
--
Try before you buy = See our experts in action!
The most comprehensive online learnin
A given session can always be told to renumber its winlinks when a window is
destroyed in that session.
---
trunk/options-table.c |5 +
trunk/server-fn.c |5 +
2 files changed, 10 insertions(+)
diff --git a/trunk/options-table.c b/trunk/options-table.c
index 1eb50e4..81fce32 1
This is responsible for reassigning new index numbers to the winlinks in a
given session.
---
trunk/tmux.h |2 ++
trunk/window.c | 45 +
2 files changed, 47 insertions(+)
diff --git a/trunk/tmux.h b/trunk/tmux.h
index 23352d6..7f21754 100644
---
windows needs to hook into
control mode's notify_*() functions? I've not done that here, since that
seems to be in a state of flux at the moment.
Any questions, just shout.
Thomas Adam (4):
Add cmd-renumber-windows definition
Add definition for window_renumber_windows
Add "automat
This updates the tmux manpage for the automatic-renumber-windows session
option and the renumber-windows command.
---
trunk/tmux.1 | 21 +
1 file changed, 21 insertions(+)
diff --git a/trunk/tmux.1 b/trunk/tmux.1
index 2975268..106f45f 100644
--- a/trunk/tmux.1
+++ b/trunk/t
..6cf7428
--- /dev/null
+++ b/trunk/cmd-renumber-windows.c
@@ -0,0 +1,53 @@
+/* $Id$ */
+
+/*
+ * Copyright (c) 2011 Nicholas Marriott
+ * Copyright (c) 2011 Thomas Adam
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted
This allows for specifying the character(s) for separating windows on the
status line.
---
trunk/options-table.c |5 +
trunk/status.c| 10 --
trunk/tmux.1 |4
3 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/trunk/options-table.c b/trunk/o
he window option
window-status-separator allows for.
It defaults to a space character, per the current hard-coded value.
Thomas Adam (1):
Add "window-status-separator" option
--
trunk/options-table.c |5 +
trunk/status.c| 10 --
trunk/tmux.1
As with kill-pane, the "-a" flag will kill all windows but the window
referenced with -t. With no arguments to -t, or its absense, then the
current window is used.
---
cmd-kill-window.c | 18 +-
tmux.1|8 +++-
2 files changed, 20 insertions(+), 6 deletions(-)
On Apr 24, 2012 4:26 PM, "Christian Neukirchen"
wrote:
>
> Thomas Adam writes:
>
> > The idea behind this was to allow tmux to automatically reumber windows
in
> > sequence when deleting windows from a session so that no "gaps"
appeared.
> > This c
ame function.
> If a manual trigger is really useful, could this be a flag to
> move-window?
I've added it as a flag to move-window (-r). See patch attached.
-- Thomas Adam
--
"Deep in my heart I wish I was wrong. But deep in my heart I know I am
not." -- Morrissey ("
(!RB_EMPTY(&old_windows)) call? I appreciate it's an aside.
-- Thomas Adam
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has change
g out its *value*.
Currently I would have to do this:
tmux show-options -g status | awk '{print $2}'
Which, for other things, I can already do the whole awk thing, just by
using show-options without any parameters.
Ju
er random
program, such as wc? I want to protect wc so users can't count the
lines in my shell's history file.
The solution to the reasoned "problem" to me, solves nothing.
-- Thomas Adam
--
Liv
On 5 May 2012 18:41, Nicholas Marriott wrote:
> On Sun, Apr 29, 2012 at 11:47:15PM +0100, Thomas Adam wrote:
>> Hi,
>>
>> On 22 March 2012 11:14, Nicholas Marriott
>> wrote:
>> > Hi
>> >
>> > I tweaked this a bit so the output format is
571311b7f75e35a85994951b79faea79ad849f
Just use the code from SVN though. You'd be doing us all a favour.
-- Thomas Adam
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today
On Tue, May 08, 2012 at 12:13:13AM +, Ben Boeckel wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On Tue, Apr 24, 2012 at 22:07:40 GMT, Thomas Adam wrote:
> > diff --git a/trunk/cmd-move-window.c b/trunk/cmd-move-window.c
> > index 5c4dbbe..acb5044 10
On 8 May 2012 10:04, Thomas Adam wrote:
> So I am not sure how best do this, other than have -r take a parameter to
> specify a session, and use cmd_find_session() to look it up.
Something like the following? Completely and utterly untested.
diff --git a/trunk/cmd-move-window.c b/tru
Hi,
On 10 May 2012 07:02, Nicholas Marriott wrote:
> Whoops, I missed this. I think it should use -t like everything else:
That looks OK, but as I mentioned before, the semantics for -s change
when used with -r, in that when using -s, we're not looking up a
src-window, but a src-session. I am n
Rate limiting support to help with this problem, was added to tmux
recently. Again, you'll need to use svn, something you seem reluctant to do?
-- Thomas Adam
On May 15, 2012 7:34 AM, "Sinbad" wrote:
> tmux doesn't change the window or is not quick, when the current
>
---
trunk/tmux.1 | 44
1 file changed, 36 insertions(+), 8 deletions(-)
diff --git a/trunk/tmux.1 b/trunk/tmux.1
index bc83be1..a177d24 100644
--- a/trunk/tmux.1
+++ b/trunk/tmux.1
@@ -1036,6 +1036,7 @@ visible pane and negative numbers are lines in
This teaches the choose/list commands to use -F.
---
trunk/cmd-choose-client.c | 26 ++
trunk/cmd-list-clients.c |9 ++---
2 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/trunk/cmd-choose-client.c b/trunk/cmd-choose-client.c
index 730474d..8ddced
This adds the default format options for sessions, windows, clients, buffers
because both templates are used for list-* and choose-*.
---
trunk/tmux.h | 17 +
1 file changed, 17 insertions(+)
diff --git a/trunk/tmux.h b/trunk/tmux.h
index 9f99c66..8c9207b 100644
--- a/trunk/tmux
set of patches for choose-tree,
but I wanted to get these out the way first, as they're useful.
Any questions, do ask.
Note that I'm having my tooth out in a few days, so might be a bit slow to
reply. If there's trivial fixups only needed to these, I'd rather these
were done wit
This teaches the list/choose windows command to accept -F, and in doing so,
add #{window_panes} to return the total number of panes for a window.
---
trunk/cmd-choose-window.c | 41 ++---
trunk/cmd-list-windows.c | 12 ++--
trunk/format.c
This teaches the list/choose buffers command to accept -F, and in doing so,
creates new buffer-specific format options.
---
trunk/cmd-choose-buffer.c | 24 +---
trunk/cmd-list-buffers.c | 25 ++---
trunk/format.c| 11 +++
trunk/tmu
This teaches the choose/list commands to use -F.
---
trunk/cmd-choose-session.c | 31 ---
trunk/cmd-list-sessions.c | 10 ++
2 files changed, 18 insertions(+), 23 deletions(-)
diff --git a/trunk/cmd-choose-session.c b/trunk/cmd-choose-session.c
index d3e53
ound that
> git's depth option can be used, but depth option
> is not supported in git-svn, is there any other
> way just to pull the latest code using git.
See:
https://github.com/ThomasAdam/tmux
-- Thomas Adam
---
On May 19, 2012 2:18 AM, "Ben Boeckel" wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On Tue, May 15, 2012 at 22:59:41 GMT, Thomas Adam wrote:
> > These six patches teach the choose-* commands to use -F for the format
> > option. In doing th
lt is just that -- something
which can be changed, so I'd rather not spend too long on getting the
defaults right when they're close enough, and in my mind, reduces the code
duplication. I'd argue that wins over minor changes.
Any questions, do please ask.
Kindly,
-- Thomas Adam
T
This adds formatting support to display-message.
---
trunk/cmd-display-message.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/trunk/cmd-display-message.c b/trunk/cmd-display-message.c
index f7d75e3..64cbed8 100644
--- a/trunk/cmd-display-message.c
+++ b/trunk/cmd-display-
Add format support to find-window. This also adds a new format placeholder
"#{window_find_matches}" to put information about any content found with
find-window.
---
trunk/cmd-find-window.c | 30 +-
1 file changed, 21 insertions(+), 9 deletions(-)
diff --git a/trunk/
This adds formatting support to split-window.
---
trunk/cmd-split-window.c |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/trunk/cmd-split-window.c b/trunk/cmd-split-window.c
index 5b24d46..6cf08a2 100644
--- a/trunk/cmd-split-window.c
+++ b/trunk/cmd-split-window.c
@@
This teaches the list/choose buffers command to accept -F, and in doing so,
creates new buffer-specific format options.
---
trunk/cmd-choose-buffer.c | 24 +---
trunk/cmd-list-buffers.c | 25 ++---
trunk/format.c| 11 +++
trunk/tmu
This teaches the choose/list commands to use -F.
---
trunk/cmd-choose-client.c | 26 ++
trunk/cmd-list-clients.c |9 ++---
2 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/trunk/cmd-choose-client.c b/trunk/cmd-choose-client.c
index 730474d..5ae882
1 - 100 of 690 matches
Mail list logo