Re: Color issue with rxvt-unicode, freebsd and tmux

2011-11-05 Thread Natacha Porté
Hello, on Saturday 05 November 2011 at 19:36, Nicholas Marriott wrote: > Hmm did you forget to attach the files? Indeed, I was too hasty. Sorry about that, they are attached now. > \033[38;5;7m is white which is not the same as the default colour > (\033[39m). That's strange, from where can thi

Re: Two small problems with vim and mc

2011-11-05 Thread Nicholas Marriott
mc is an ncurses program, yes? What does it's -x flag do? What is $TERM set to inside and outside tmux? What platform? Linux? On Sat, Nov 05, 2011 at 07:21:54PM +, Octoploid wrote: > I switched to tmux yesterday and it's mostly working fine. > There are however two small issues that came ac

Re: Color issue with rxvt-unicode, freebsd and tmux

2011-11-05 Thread Nicholas Marriott
Hmm did you forget to attach the files? \033[38;5;7m is white which is not the same as the default colour (\033[39m). On Sat, Nov 05, 2011 at 12:46:32PM +0100, Natacha Port? wrote: > Hello, > > I don't have much time right now to run the tests given in the other > e-mail, it's not obvious becau

Two small problems with vim and mc

2011-11-05 Thread Octoploid
I switched to tmux yesterday and it's mostly working fine. There are however two small issues that came across: 1. When I start mc with -x and then quit it again after some time, the first line of the previous screen (before starting mc) is still visible. The command prompt follows in the li

Re: Color issue with rxvt-unicode, freebsd and tmux

2011-11-05 Thread Nicholas Marriott
On Sat, Nov 05, 2011 at 12:46:32PM +0100, Natacha Port? wrote: > Hello, > > I don't have much time right now to run the tests given in the other > e-mail, it's not obvious because of some freebsd quirks (there are two > parallel ncruses, one from base system, the other from ports, the one > from p

Re: Color issue with rxvt-unicode, freebsd and tmux

2011-11-05 Thread Natacha Porté
Hello, I don't have much time right now to run the tests given in the other e-mail, it's not obvious because of some freebsd quirks (there are two parallel ncruses, one from base system, the other from ports, the one from ports comes with `infocmp` and a terminfo database while the one from base c

Re: Display Glitch Occurring After Hiding and Showing the Status Bar

2011-11-05 Thread Bastien Dejean
Nicholas Marriott a écrit : > Hmm. Do you get the same thing in xterm with TERM=xterm-256color? Yes I do. > On Fri, Oct 28, 2011 at 11:38:58AM +0200, Bastien Dejean wrote: > > Nicholas Marriott a ??crit : > > > > > tmux version? Platform? Terminal? TERM outside tmux? > > Sorry: tmux 1.5, Arch L

Re: Color issue with rxvt-unicode, freebsd and tmux

2011-11-05 Thread Nicholas Marriott
Also please run tmux -vvLtest, reproduce the problem in as small a way as possible (preferable with printf) then exit tmux and send me the log files from the current directory (there should be at least a server and a tmux-out file). On Sat, Nov 05, 2011 at 09:30:53AM +, Nicholas Marriott

Re: Color issue with rxvt-unicode, freebsd and tmux

2011-11-05 Thread Nicholas Marriott
Hm. I can't see anything wrong in tmux in rxvt-unicode with TERM=rxvt-unicode-256color and either your script files or printf. This is most likely to be a problem with tmux setting the default colours; \033[m inside tmux is not guaranteed to emit SGR0 to the outside, if the terminal has AX or

Re: Change colours in ins versus cmd edit mode

2011-11-05 Thread Nicholas Marriott
Applied to OpenBSD, thanks. On Sat, Nov 05, 2011 at 01:32:07AM -0400, Ben Boeckel wrote: > On Thu, Oct 27, 2011 at 23:50:36 +0100, Nicholas Marriott wrote: > > Man page I just meant remove the quotes, if you look at the bind-key bit > > it just says: > > > > is bound in > > .Ar key-table : > > t

Re: Display Glitch Occurring After Hiding and Showing the Status Bar

2011-11-05 Thread Nicholas Marriott
Hmm. Do you get the same thing in xterm with TERM=xterm-256color? On Fri, Oct 28, 2011 at 11:38:58AM +0200, Bastien Dejean wrote: > Nicholas Marriott a ??crit : > > > tmux version? Platform? Terminal? TERM outside tmux? > > Sorry: tmux 1.5, Arch Linux, urxvtc, TERM is 'rxvt-unicode-256color' >

Re: How to troubleshoot odd characters in tmux's status bar when working over a VPN?

2011-11-05 Thread Nicholas Marriott
Are you sure the screen size tmux thinks the client has (try tmux lsc) matches what it really is? On Wed, Nov 02, 2011 at 09:13:25AM -0500, Joshua McMichael wrote: > Hi, > > Thanks to the developers for such an excellent terminal multiplexer! > I've switched from GNU screen, and haven't looked

Re: Implement pane_index format string

2011-11-05 Thread Nicholas Marriott
You sent bits to add -F pane_index and also to change window_pane_index to return (u_int)-1 together, but window_pane_index should behave like window_index (return an int). So have I got the latest stuff to add -F pane_index? What else have I got from you that is still outstanding? - Word motion