Re: mlterm and "pane-active-border-bg

2010-08-22 Thread Nezmer
On Mon, Aug 23, 2010 at 12:45:35AM +0100, Nicholas Marriott wrote: > most likely a bug in mlterm, > > what is TERM set to inside and outside tmux? Outside: xterm Inside: screen > > what exactly are you setting pane-active-border-bg to? Originally to default. But I tested it with black,blue and

Re: mlterm and "pane-active-border-bg

2010-08-22 Thread Nicholas Marriott
most likely a bug in mlterm, what is TERM set to inside and outside tmux? what exactly are you setting pane-active-border-bg to? are you running tmux with tmux -2? On Mon, Aug 23, 2010 at 02:28:12AM +0300, Nezmer wrote: > Hi, > > "pane-active-border-bg" does not seem to be honoured in mlterm

Re: My custom "status-right" freezes tmux (regression appeared in 1.3)

2010-08-22 Thread Nicholas Marriott
it's a bug in libevent, if you are on freebsd >6 then the easiest workaround is to remove the HAVE_BROKEN_KQUEUE line from the freebsd section of tmux's configure On Mon, Aug 23, 2010 at 02:39:06AM +0300, Nezmer wrote: > Hi, > > My ".tmux.conf" is available here: > http://gitorious.org/nez/nez/b

My custom "status-right" freezes tmux (regression appeared in 1.3)

2010-08-22 Thread Nezmer
Hi, My ".tmux.conf" is available here: http://gitorious.org/nez/nez/blobs/raw/master/.tmux.conf Relevant line (sysctl from FreeBSD): set-option -g status-right 'T:#(sysctl -n dev.cpu.1.temperature) fq:#(sysctl -n dev.cpu.0.freq) B:#(sysctl -n hw.acpi.battery.life)%% #(sysctl -n hw.acpi.battery.

mlterm and "pane-active-border-bg

2010-08-22 Thread Nezmer
Hi, "pane-active-border-bg" does not seem to be honoured in mlterm (It works in vte-based terminals). The background is always white which is quite annoying in dark backgrounds. Is this a bug in mlterm? Or is it a lack of support in tmux's part? tmux: both 1.2 & 1.3 mlterm: 3.0.1 Os: FreeBSD -