le) way to configure the individual status bars; and
I was wondering if anybody had any ideas for a good way of doing it.
Ideas/comments appreciated,
Daniel
--
One dashboard for servers and applications across Physical-Vir
Ah, yes, it's there already. I had it in window-status-format, but not
in -current-. Therefore confusion. Sorry for the noise.
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly S
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?
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actua
On 21.12.2014 16:47, Nicholas Marriott wrote:
> fair enough, applied, thanks
Thanks.
>From the commit message:
> t_kP is the same as PageUp, so no need for it, from Daniel Hahler.
Just for reference: previously it was defined wrong (and overwrote the
correct/previous setting), becaus
uot; would be correct here, or if the
more restrictive "rxvt-unicode*" should be used.
Apart from that: the default documented in the man page tmux(1) should
get updated in any way. It currently says it would be
"*256col*:colors=256,xterm*:XT".
KEYC_F18, "\033[32~", 0 },
- { KEYC_F19, "\033[33~", 0 },
- { KEYC_F20, "\033[34~", 0 },
+ { KEYC_F1|KEYC_SHIFT, &qu
uot; would be correct here, or if the
more restrictive "rxvt-unicode*" should be used.
Apart from that: the default documented in the man page tmux(1) should
get updated in any way. It currently says it would be
"*256col*:colors=256,xterm*:XT".
From: Daniel Hahler
It should not be necessary to define them, since PageUp/PageDown is
alread, and it should be the same.
But the way it was defined actually broke PageUp/PageDown, because '\e'
or a real escape should have been used.
---
examples/xterm-keys.vim | 3 ---
1 file
Overwriting the default setting will obviously unset/overwrite the
default settings, which causes issues.
---
FAQ | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/FAQ b/FAQ
index a930671..2ca0a59 100644
--- a/FAQ
+++ b/FAQ
@@ -403,7 +403,7 @@ always (or ever) be added to the scr
down to 2.5 Mb. If you want
that too, just ask.
Daniel
[New LWP 3339]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `./tmux'.
Program terminated with signal 11, Segmentation fault.
#0 0x00
On Sat, Jul 27, 2013 at 8:07 AM, Nicholas Marriott
wrote:
> Does this do it instead?
>
> diff --git a/server-fn.c b/server-fn.c
> index 7ef6413..37ef879 100644
> --- a/server-fn.c
> +++ b/server-fn.c
> @@ -396,9 +396,9 @@ server_destroy_session_group(struct session *s)
> if ((sg = session_
After applying your patch, I can't reproduce the crash anymore. Looks
like that fixed it.
Thanks!
Daniel
On Sat, Jul 27, 2013 at 11:45 AM, Nicholas Marriott
wrote:
> Try this please.
>
> The fix is the first part in resize.c to make recalculate_sizes() handle
> an emp
ooks like your patch didn't break anything.
Thanks!
Daniel
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you tak
nd (larger) terminal; e.g. by
hitting Ctrl-d if running a shell.
Instead of exiting gracefully, the server will segfault.
Thanks!
Daniel
--
See everything from the browser to the database with AppDynamics
Get e
On Sat, Jun 29, 2013 at 8:49 AM, Thomas Adam wrote:
> On Sat, Jun 29, 2013 at 07:08:17AM -0700, Daniel Ralston wrote:
> > On Sat, Jun 22, 2013 at 11:21 AM, Thomas Adam wrote:
> >
> > > On Fri, Jun 21, 2013 at 08:10:17PM -0700, Daniel Ralston wrote:
> > > >
On Sat, Jun 22, 2013 at 11:21 AM, Thomas Adam wrote:
> On Fri, Jun 21, 2013 at 08:10:17PM -0700, Daniel Ralston wrote:
> > Hi all,
> >
> > Bug Summary:
> > When renumber-windows is set, killing a bunch of windows created in
> another
> > grouped session w
windows ("C-b c")
- In the other terminal, run *tmux new-session -t *
- In the second tmux client/session, kill a bunch of windows.(Created in
the first client/session) ("C-b x")
After killing a few, the server should die, killing both clients and
displaying [Lost server] in both te
Hi all,
I found and fixed a bug where window sizes weren't being recalculated
in grouped sessions when a session's child dies, killing the window.
I've included the repro steps in the commit message.
Let me know if you'd like any changes.
Ha!
Yes, that's exactly what you can do. Sorry about that.
On Tue, Apr 16, 2013 at 11:58 PM, Nicholas Marriott
wrote:
> Grouped sessions don't share options so can't you just set
> destroy-unattached for the transient sessions?
>
>
> On Tue, Apr 16, 2013 at 09
Hi all,
If I've done my job well, the commit message should be descriptive
enough. Let me know if you'd like me to make any tweaks.
Have a good week!
Daniel
>From 1e5676ea9420359e7de4ee49339a7d089fab7839 Mon Sep 17 00:00:00 2001
From: Daniel Ralston
Date: Tue, 16 Apr
On 2013-03-28, Nicholas Marriott wrote:
> Try this please:
>
> diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c
> index f014be8..40584a2 100644
That works for me, given the original binding of
>> bind-key -n PageUp copy-mode -u
But if bound without "-u", pageup still doesn't work while in copy mo
The following would be nice for host-local config:
source-file ~/.tmux.conf.#h
Or is it currently possible to solve by some other means?
--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in
So, it seems that these two lines in .Xresources are still needed
>> URxvt*keysym.C-Tab: \033[27;5;9~
>> URxvt*keysym.C-ISO_Left_Tab: \033[27;6;9~
But in .tmux.conf this is now enough
>> bind -n C-Tab last-window
>> bind -n C-S-Tab next-window
At least for urxvt, which I am running. So tmux is ab
On 2013-02-18, Nicholas Marriott wrote:
> If you change your bindings from F19 and F20 to C-Tab and C-S-Tab, do
> they work?
Yay, they do! So those recent changes actually solved properly what I
had managed to accomplish before in a roundabout way.
-
I have since quite some time had a special setup for using C-Tab and
C-S-Tab to flip between tmux windows. In the latest git, this does not
work anymore. I see that things have changed concerning xterm keys...
but that option didn't help me.
! These are used in ~/.tmux.conf C-Tab, C-S-Tab
URxvt*k
> But I'm not sure about the indicator - why did you choose ^ and _? It
> seems ugly.
I was just looking for this little feature myself.
I would propose "^" and " ". One could also consider the representation
of the prefix key itself (along with spaces to the same length).
-
didn't occur to me that I had to completely restart
tmux to make this change effective. After a full tmux restart I can
enter ctrl+a and +b too. What is the difference, why wasn't it enough to
enter the same commands that were added to the config file?
Thanks for the help!
Daniel
--
On sze, aug 08, 2012 at 13:41:31 +0200, LEVAI Daniel wrote:
> >
> > Hi!
> >
> >
> > I'm using tmux's default prefix key ^b, but I needed an alternate prefix
> > key too, so I've used 'set-option -g prefix2 C-a'.
[...]
Nicholas Ma
a' key is not determinative, this doesn't
work with any other key except 'b'.
I've tried this on OpenBSD 5.1-stable and on Linux with r2849 svn co.
Is this fixable?
Thanks,
Daniel
--
LÉVAI Dániel
PGP key ID =
On 2011-10-06, Nicholas Marriott wrote:
> set kf20 or something to it using terminal-overrides and then you can
> bind F20 to it in tmux
Thanks, worked fine.
--
All the data continuously generated in your IT infrastruct
I've bound C-Tab to generate ^[[27;5;9~ in my terminal, can I bind this
sequence to something in tmux? I just know that screen can do this.
--
All the data continuously generated in your IT infrastructure contains a
def
_client(c);
> }
>
> /* Return winlink status line entry and adjust gc as necessary. */
Oh YES! Thank you, it is working. I've so got unused to be able to
select with a mouse that now it's like breathing fresh air :)
Daniel
--
L�VAI D�niel
PGP key ID = 0x83B63A8F
K
On Tue, Apr 26, 2011 at 18:12:11 +0100, Nicholas Marriott wrote:
> On Tue, Apr 26, 2011 at 09:50:02AM +0200, LEVAI Daniel wrote:
> > On Sat, Apr 23, 2011 at 21:54:16 +0100, Nicholas Marriott wrote:
> > > hmmm i can't reproduce. can you do the same script dance with "tm
ot;${REMAINING_PERCENTAGE}%%${BATTERY_INFO##*,}\n"
;;
2) # battery charging
printf "AC${BATTERY_INFO##*,}^${REMAINING_PERCENTAGE}%%\n"
;;
esac
Daniel
--
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B
g history-limit 5000
set-option -g buffer-limit 100
set-window-option -g mode-keys vi
set-window-option -g xterm-keys on
bind-key R set-window-option automatic-rename on
bind-key S set-window-option synchronize-panes
bind-key L lock
bind-key N new-session
bind-key C capture-pane
bind-key
On Wed, Apr 20, 2011 at 20:40:50 +0200, LEVAI Daniel wrote:
> On sze, ápr 20, 2011 at 19:23:13 +0100, Nicholas Marriott wrote:
> > There is no way that is the output of running tmux inside script.
> [...]
>
> On sze, ápr 20, 2011 at 10:56:01 -0700, Micah Cowan wrote:
> >
On sze, ápr 20, 2011 at 19:23:13 +0100, Nicholas Marriott wrote:
> There is no way that is the output of running tmux inside script.
[...]
On sze, ápr 20, 2011 at 10:56:01 -0700, Micah Cowan wrote:
> On 04/20/2011 12:49 AM, LEVAI Daniel wrote:
> > On Mon, Apr 18, 2011 at 20:14:09 +01
, selected something, waited for it to
disappear, then hit a few more enters, then quit.
Daniel
--
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F
--
Benefiting from S
(or find
> configuration settings that may suppress it?)
There is no "configuration setting" for this...
> 3) Use copy mode, and some utility that allows you to transfer tmux's
> buffer to your system's paste buffer.
Could you please elaborate on this?
Daniel
--
L
for one would love to see tmux figure out a way to work with
> > normal (urxvt at least) terminal selection!
>
> urxvt 9.06 (from Ubuntu) works fine for me. Perhaps you're using an
[...]
This won't happen to me either on Linux (Slackware). It's just behaving
this w
> On Wed, Feb 02, 2011 at 11:06:14AM +0100, LEVAI Daniel wrote:
> > On Tue, Feb 01, 2011 at 20:05:40 +, Nicholas Marriott wrote:
> > > Are you sure it happens when the cursor blinks? If you make the
> > > cursor
> > > steady does it stop happening? What if y
On Thu, Feb 03, 2011 at 20:44:06 +, Nicholas Marriott wrote:
> On Wed, Feb 02, 2011 at 11:06:14AM +0100, LEVAI Daniel wrote:
> > On Tue, Feb 01, 2011 at 20:05:40 +, Nicholas Marriott wrote:
> > > Are you sure it happens when the cursor blinks? If you make the cursor
&g
ursor
blinking, it does it in every second (I got confused, because the
blinking happens in every second too).
And yes, the status-interval option is responsible for this. I had it
set to 1 second. When I increased it, the selection stayed for the
interval.
Daniel
--
LÉVAI Dániel
PGP key ID =
ection when I'm running tmux.
Daniel
--
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD va
e "feature"? :)
Daniel
--
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finall
On Wed, Jun 09, 2010 at 09:34:17 +0100, Nicholas Marriott wrote:
> synchronize-panes option
oh, thanks. I missed that in the man.
However, please consider this diff ;)
--- tmux.1.orig Wed Jun 9 13:09:59 2010
+++ tmux.1 Wed Jun 9 13:10:19 2010
@@ -2030,7 +2030,7 @@
.It Xo Ic synchronize-p
Hi!
Is it possible to link two panes so when I type, the characters will be
sent to both panes at once?
Thanks,
Daniel
--
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F
Dan Velleman wrote:
> I'm running the DarwinPorts port of tmux, v1.1, on Mac OS 10.5. As
> far as I can tell, it is not running configuration files at all.
FYI I'm running tmux 1.1 on OSX 10.5 compiled from source and everything
goes fine.
D.
--
Hi, I'm a .signature virus! Copy me to your .sig
ode based on what the application inside does you will have to put
> up with it.
Okay, I understand, thanks.
Daniel
--
LÉVAI Dániel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373
pad keys mode are the wrong way
> round.
>
> For numlock to do anything, your terminal needs to actually change the key
> codes it sends on num lock.
So what should I do? It works outside tmux :/
I should also mention, that this is not under X, it is plain linux console.
> On Sat,
What could be the problem?
Daniel
--
LÉVAI Dániel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-
51 matches
Mail list logo