tmux versioning and development

2016-10-12 Thread Helmut K. C. Tessarek
ack. This is not the case. tmux is a great product and I use it daily. I just wanted to comment on a few things I just don't understand. Maybe the developers can shed a light on these things. Cheers, K. C. -- regards Helmut K. C. Tessarek lookup http://sks.pkqs.net for KeyID 0xC11F1

Re: tmux versioning and development

2016-10-12 Thread Helmut K. C. Tessarek
se, the way development is handled is very untypical to any project I've ever seen. That's why I'm so puzzled by it. Cheers, K. C. -- regards Helmut K. C. Tessarek lookup http://sks.pkqs.net for KeyID 0xC11F128D /* Thou shalt not follow the NULL pointer for chaos and madness

Re: tmux versioning and development

2016-10-12 Thread Helmut K. C. Tessarek
#x27;ll check it out. Cheers, K. C. -- regards Helmut K. C. Tessarek lookup http://sks.pkqs.net for KeyID 0xC11F128D /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */ -- You received this message because you are subscribed to the Google Groups &q

Re: tmux versioning and development

2016-10-12 Thread Helmut K. C. Tessarek
l libs that are not always there. I happened to experience a dependency nightmare several times. > Hope this helps. Yes, I really appreciate the time for the elaborate explanation. Thank you. Cheers, K. C. -- regards Helmut K. C. Tessarek lookup http://sks.pkqs.net for KeyID 0xC11

Re: tmux versioning and development

2016-10-12 Thread Helmut K. C. Tessarek
On 2016-10-12 15:35, Helmut K. C. Tessarek wrote: > In any case, the way development is handled is very untypical to any > project I've ever seen. That's why I'm so puzzled by it. Never mind. Thomas explained the OpenBSD dev process. It makes sense now. Cheers, K. C. --

Re: Tmux supported architecture

2016-10-21 Thread Helmut K. C. Tessarek
Here's a script to download the dependencies, compile them, and create a static binary: https://gist.github.com/tessus/5e118d44261a6ab2f198 Cheers, K. C. -- regards Helmut K. C. Tessarek lookup http://sks.pkqs.net for KeyID 0xC11F128D /* Thou shalt not follow the NULL pointer fo

Re: Install tmux on Mac OS X 10.9.5

2017-04-28 Thread Helmut K. C. Tessarek
eers, K. C. -- regards Helmut K. C. Tessarek lookup http://pool.sks-keyservers.net for KeyID 0xC11F128D /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */ -- You received this message because you are subscribed to the Google Groups "tmux-

Re: tmux 2.6-rc

2017-08-30 Thread Helmut K. C. Tessarek
%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz But the first version is 2.6 and the second is 2.6-rc while both should be the same, prefererably w/o a dash in the version number. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0xF7832007C11F128D Key fingerprint

Re: tmux 2.6-rc

2017-08-30 Thread Helmut K. C. Tessarek
On 2017-08-30 14:44, Helmut K. C. Tessarek wrote: > Also, something is off with the versioning anyway I figured it out. You tagged the release as 2.6. This is a big no-no, because you will have to re-tag (move the tag from one commit hash to the final one). This is not a very good practice w

Re: tmux 2.6-rc

2017-08-30 Thread Helmut K. C. Tessarek
On 2017-08-30 14:57, Nicholas Marriott wrote: > > I like the dash, it adds a certain... dash. Well, you asked to test it. :-) No RPMs with dash. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0xF7832007C11F128D Key fingerprint = 28A3 1666 4FE8 D72C CFD5 8B23 F78

Re: "lost server" reading tmux.conf

2017-10-05 Thread Helmut K. C. Tessarek
ith at least > 2.5 or 2.6. This is not the first time I heard that Xcode 9 breaks code. I'm a bit worried about this, since we can't expect people (like Nicholas) to fix their code, because of issues with Xcode 9. Hopefully Apple fixes Xcode in the near future. -- regards He

simulate a toggle

2018-03-22 Thread Helmut K. C. Tessarek
t; ; setenv -g TPCS 0' \ 'set -g window-style "fg=colour247,bg=colour234" ; set -g window-active-style "fg=colour250,bg=black" ; setenv -g TPCS 1' Any pointers? Cheers, K. C. * I want to use the same key combination for setting/unsetting a certain behaviou

Re: simulate a toggle

2018-03-22 Thread Helmut K. C. Tessarek
ortunately neither worked. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */ -- You received

Re: simulate a toggle

2018-03-22 Thread Helmut K. C. Tessarek
;' 'run "echo no >/tmp/foo"' > $ cat /tmp/foo > yes > $ tmux setenv -g FOO 0 > $ tmux if -F '#{FOO}' 'run "echo yes >/tmp/foo"' 'run "echo no >/tmp/foo"' > $ cat /tmp/foo > no > $ tmux setenv -g

Re: simulate a toggle

2018-03-22 Thread Helmut K. C. Tessarek
holas Marriott wrote: > I can't try it now. #{} is not expanded in config file. But $ might be. > > > > On Thu, 22 Mar 2018, 18:14 Helmut K. C. Tessarek, <mailto:tessa...@evermeet.cx>> wrote: > > It still does not work. I believe the variable is only i

Re: simulate a toggle

2018-03-22 Thread Helmut K. C. Tessarek
: > It is definitely possible. Did you try a user option instead of an > environment variable? > > On Thu, 22 Mar 2018, 18:39 Helmut K. C. Tessarek, <mailto:tessa...@evermeet.cx>> wrote: > > I tried that too. It does not work. So maybe this use-case is not > supp

Re: simulate a toggle

2018-03-22 Thread Helmut K. C. Tessarek
don't know why an environment variable didn't work, it seems > like it should. I'll take a look when I get home. > > > On Thu, 22 Mar 2018, 19:03 Helmut K. C. Tessarek, <mailto:tessa...@evermeet.cx>> wrote: > > Eureka! Great idea. > > Thi

choose-tree preview

2018-10-15 Thread Helmut K. C. Tessarek
olors, preview, colors, but nothing in those sections helped me to figure this out. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and ma

Re: choose-tree preview

2018-10-16 Thread Helmut K. C. Tessarek
ator-color or something. I have never associated display-pane-colour with what it does. Until I read the text. But since the help is quite extensive, I only read the option names. I thought that display-pane-colour changes the color of the pane. Anyway, it worked. Thanks again. Cheers, K. C. -- reg

tmux version for master

2018-10-16 Thread Helmut K. C. Tessarek
it is. Maybe we could come up with better output. e.g.: tmux master (githash) commit-date If you are interested I can come up with something and submit a PR. I just want to know, if this is something Nicholas is interested in. (I won't invest time, if it won't be merged anyway.) Cheers, K.

Re: tmux version for master

2018-10-16 Thread Helmut K. C. Tessarek
o figure out their own way of tracking what they > built. Now you are contradicting yourself. You just created a build dependency. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /*

Re: tmux version for master

2018-10-16 Thread Helmut K. C. Tessarek
with more information that could be useful - especially to you. Currently, if you have a compiled version from git, you don't know anything. I'm connected to a machine and try to figure out which version of tmux is running. I type `tmux -V` and get `tmux master`. I'm sorry

Re: synchronize-panes indicator

2018-11-08 Thread Helmut K. C. Tessarek
{?synchronize-panes,on,off}' set-option -g window-status-format "#I:#W#F#{?pane_synchronized,S,}" set-window-option -g window-status-current-format "#{?pane_synchronized,#[bg=red],}#{?window_zoomed_flag,#[bg=colour130],}#I:#W#F#{?pane_synchronized,S,}" set-option

Re: Feature: Use these Key Bindings by Default: "Ctrl+B, Shift+\" for Vertical Splitting, "Ctrl+B, Shift+-" for Horizontal Splitting?

2019-04-28 Thread Helmut K. C. Tessarek
I don't know anyone who uses tmux without a config file, so I don't understand the issue. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL poi

C-a ? does not show all key bindings anymore

2020-06-30 Thread Helmut K. C. Tessarek
I've noticed that tmux 3.1b does not show me all key bindings anymore. It seems that none of the ones I defined in .tmux.conf are shown. e.g. in my .tmux.conf I have the following entries (there are way more and I can paste my entire config file, but I doubt it's necessary): unbind v bind v split-

Re: C-a ? does not show all key bindings anymore

2020-06-30 Thread Helmut K. C. Tessarek
On 2020-06-30 14:09, Nicholas Marriott wrote: > > Yes it only shows key bindings with notes, either add notes to your key > bindings or change the ? key binding to remove -N. Ha, perfect. Thanks. I didn't even know that one can add notes. I'll check the doc again. Thanks for the info. Cheers,