disabling tmux separater line

2010-06-24 Thread Perl Whore
When I split the window with Ctrl+B Ctrl+%, there's a few pixel wide green divider line separating the two windows. How do I make it thinner or disable it? I don't see an option anywhere. -- ThinkGeek and WIRED's GeekDad te

tmux as logging solution for ssh

2010-06-24 Thread Jiri B.
Hello, in one environment we use a patched OpenSSH server which uses ForceCommand option, a command declared in ForceCommand takes its arguments and then it establishes ssh/telnet/scp connection to destination server while logging everything into a log file and forwarding the output for transfered

Re: tmux as logging solution for ssh

2010-06-24 Thread Nicholas Marriott
There is no global logging in tmux (unless you turn on debug logging and use the output file but that will make tmux slow and will use a lot of space). Even if there was, how would you stop them turning it off? On Thu, Jun 24, 2010 at 05:25:15PM +0200, Jiri B. wrote: > Hello, > > in one environ

[PATCH] Link with -Wl,--as-needed.

2010-06-24 Thread Pierre Habouzit
It prevents NEEDED entries for libcrypt and librt on linux that aren't required. Signed-off-by: Pierre Habouzit --- GNUmakefile |2 +- Makefile|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 7a8adb4..54da5a6 100644 --- a/GNUmakefi

Re: [PATCH] Link with -Wl,--as-needed.

2010-06-24 Thread Nicholas Marriott
Hi Thanks, but I don't like this. I think if it was a good idea, it would be the default in GNU ld - and if that is still being decided, I am happy to wait. If an individual user or the packagers for a particular platform want to do this, it is trivial to add to LDFLAGS. On Thu, Jun 24, 2010 at

Re: [PATCH] Link with -Wl,--as-needed.

2010-06-24 Thread Pierre Habouzit
On Thu, Jun 24, 2010 at 09:08:18PM +0100, Nicholas Marriott wrote: > Hi > > Thanks, but I don't like this. I think if it was a good idea, it would > be the default in GNU ld - and if that is still being decided, I am > happy to wait. FWIW it has no known drawbacks with properly written libraries