Sure, previous version of patch attached.
I used both versions and both worked well for me.
As for the case of remote host (tcp delay etc) - both versions (with
read_len and with time) can fail in this scenario, no?
On Thu, Oct 18, 2012 at 4:24 PM, Nicholas Marriott
wrote:
> Hmmmf I like the idea
Hello tmux users and developers!
I found an interesting issue on tmux 1.7. I have the following snippet
at the end of my tmux.conf:
if-shell "[[ -e ~/.tmux.local.conf ]]" \
"source-file ~/.tmux.local.conf"
In tmux.local.conf, I set certain environment variables, depending on
the machine.
H
At Thu, 18 Oct 2012 15:40:54 +0100,
Thomas Adam wrote:
> Isn't it easier to check for this before the loop and just "return;"?
Thank you. I remade a patch.
diff --git a/server-window.c b/server-window.c
index 7220320..753ab10 100644
--- a/server-window.c
+++ b/server-window.c
@@ -81,6 +81,8 @@ s
On Thu, Oct 18, 2012 at 11:36:35PM +0900, Seiji Ohashi wrote:
> + if (action != BELL_NONE) {
Isn't it easier to check for this before the loop and just "return;"?
Would make the resulting diff a lot cleaner.
-- Thomas Adam
Hi,
"bell-action none" works like "bell-action current" now.
"BELL_NONE" has not been taken into account in the
server_window_check_bell.
I attach a patch.
diff --git a/server-window.c b/server-window.c
index 7220320..87efd6b 100644
--- a/server-window.c
+++ b/server-window.c
@@ -81,19 +81,21 @@
Hmmmf I like the idea but like others have pointed out this will screw
up when using a remote host.
Maybe your original version with the time was better, can you show me it
again?
On Mon, Oct 15, 2012 at 04:16:00PM +0200, Marcin Kulik wrote:
> Hi guys,
>
> First, I'd like to give huge kudos to
Show the command you are running including the select-pane bit please.
Adding -t to run-shell is not a bad idea.
On Fri, Oct 12, 2012 at 08:53:32PM -0400, Alexander Tsepkov wrote:
>I often have to run a command in multiple panes, for example when editing
>my .bashrc settings, or other ch
\e[1;37m is bold+colour, all colour ANSI terminals support this so of
course tmux does too.
The \e[97m bright colours are different and are only supported by
16- or 256-colour terminals.
On Thu, Oct 18, 2012 at 04:10:09PM +0300, Psyber Bits wrote:
> 'linux' terminfo says that it has 8 colours on
'linux' terminfo says that it has 8 colours only.
But, you can get the bright colours with '\e[1;30m' .. '\e[1;37m'.
I didn't check if all 8 colour terminals support this, but it will
be good to add it in tmux.
--
Everyone
But since you're already passing in the prefix, I would think that it
makes sense to take that into account in the Makefile.am that way the
makefiles check your prefix location along with all the other default
locations.
-Feanil
On Wed, Oct 17, 2012 at 8:34 PM, Tom Ryder wrote:
> Hi Feanil;
>
>
10 matches
Mail list logo