[RFC] config options - considering the possibility multiple status lines

2015-05-24 Thread Daniel Cotton
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

Re: indicator for resize-pane -Z

2015-02-23 Thread Daniel
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

indicator for resize-pane -Z

2015-02-23 Thread Daniel
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

Re: [PATCH] Fix xterm-keys.vim example: t_kP/t_kN defined wrong

2014-12-21 Thread Daniel Hahler
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

terminal-overrides for rxvt-unicode

2014-12-20 Thread Daniel Hahler
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".

rxvt-unicode's strange handling of function keys (with modifiers)

2014-12-19 Thread Daniel Hahler
KEYC_F18, "\033[32~", 0 }, - { KEYC_F19, "\033[33~", 0 }, - { KEYC_F20, "\033[34~", 0 }, + { KEYC_F1|KEYC_SHIFT, &qu

terminal-overrides for rxvt-unicode

2014-12-19 Thread Daniel Hahler
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".

[PATCH] Fix xterm-keys.vim example: t_kP/t_kN defined wrong

2014-12-19 Thread Daniel Hahler
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

[PATCH] Suggest appending to `terminal-overrides` for smcup/rmcup

2014-11-06 Thread Daniel Hahler
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

Re: BUG: Crash when killing a session's last window's program from a grouped session

2013-08-04 Thread Daniel Ralston
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

Re: BUG: Crash when killing a session's last window's program from a grouped session

2013-08-04 Thread Daniel Ralston
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_

Re: BUG: Crash when killing a session's last window's program from a grouped session

2013-08-04 Thread Daniel Ralston
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

Re: BUG: Crash when killing a session's last window's program from a grouped session

2013-08-04 Thread Daniel Ralston
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

BUG: Crash when killing a session's last window's program from a grouped session

2013-07-27 Thread Daniel Ralston
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

Re: Bug: renumber-windows and window-killing in grouped sessions

2013-07-01 Thread Daniel Ralston
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: > > > >

Re: Bug: renumber-windows and window-killing in grouped sessions

2013-06-30 Thread Daniel Ralston
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

Bug: renumber-windows and window-killing in grouped sessions

2013-06-22 Thread Daniel Ralston
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

[PATCH] FIX window resizing when a grouped session's child dies

2013-04-19 Thread Daniel Ralston
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.

Re: [Patch] Add -T (make transient session) option to new-session

2013-04-18 Thread Daniel Ralston
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

[Patch] Add -T (make transient session) option to new-session

2013-04-16 Thread Daniel Ralston
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

Re: binding PageUp to enter copy-mode

2013-04-01 Thread Daniel
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

expanson of specials in source-file

2013-03-30 Thread Daniel
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

Re: xterm keys; recent changes breaking my setup

2013-02-18 Thread Daniel
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

Re: xterm keys; recent changes breaking my setup

2013-02-18 Thread Daniel
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. -

xterm keys; recent changes breaking my setup

2013-02-18 Thread Daniel
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

Re: Simple patch to indicate prefix-status in status line

2013-01-19 Thread Daniel
> 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). -

Re: can not send the actual prefix key other than ^b

2012-08-08 Thread LEVAI Daniel
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 --

Re: can not send the actual prefix key other than ^b

2012-08-08 Thread LEVAI 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

can not send the actual prefix key other than ^b

2012-08-08 Thread LEVAI Daniel
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 =

Re: Binding escape sequence

2011-10-06 Thread Daniel
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

Binding escape sequence

2011-10-06 Thread Daniel
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

Re: selection gets cleared when cursors blinks

2011-04-27 Thread LEVAI Daniel
_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

Re: selection gets cleared when cursors blinks

2011-04-26 Thread LEVAI Daniel
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

Re: selection gets cleared when cursors blinks

2011-04-26 Thread LEVAI Daniel
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

Re: selection gets cleared when cursors blinks

2011-04-23 Thread LEVAI Daniel
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

Re: selection gets cleared when cursors blinks

2011-04-21 Thread LEVAI Daniel
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: > >

Re: selection gets cleared when cursors blinks

2011-04-20 Thread LEVAI Daniel
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

Re: selection gets cleared when cursors blinks

2011-04-20 Thread LEVAI Daniel
, 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

Re: selection gets cleared when cursors blinks

2011-04-20 Thread LEVAI Daniel
(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

Re: selection gets cleared when cursors blinks

2011-04-20 Thread LEVAI Daniel
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

Re: selection gets cleared when cursors blinks

2011-04-18 Thread LEVAI Daniel
> 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

Re: selection gets cleared when cursors blinks

2011-02-14 Thread LEVAI Daniel
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

Re: selection gets cleared when cursors blinks

2011-02-02 Thread LEVAI Daniel
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 =

Re: selection gets cleared when cursors blinks

2011-01-31 Thread LEVAI Daniel
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

selection gets cleared when cursors blinks

2011-01-31 Thread LEVAI Daniel
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

Re: link panes?

2010-06-09 Thread LEVAI Daniel
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

link panes?

2010-06-09 Thread LEVAI Daniel
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

Re: .tmux.conf woes

2009-12-06 Thread Daniel Kertesz
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

Re: can not switch numlock inside tmux

2009-11-28 Thread LEVAI Daniel
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

Re: can not switch numlock inside tmux

2009-11-28 Thread LEVAI Daniel
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,

can not switch numlock inside tmux

2009-11-28 Thread LEVAI Daniel
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-