Re: tmux doesn't seem to respect system locale for `date`

2010-02-22 Thread Šime Ramov
* Nicholas Marriott [2010-02-22 23:14+]: > Yeah we need to set the environment properly for job commands, there > is an XXX in job.c for it. Ah, cool. > Your best bet is to use #(LANG=blah date...) for now. I went with three custom scripts in ~/bin named tavg, tdate and tup which makes thin

tmux doesn't seem to respect system locale for `date`

2010-02-22 Thread Šime Ramov
Hi, $ date '+ %a %b %e %R' Pon Vel 22 23:56 `%a %b %e %R` in tmux produces this instead: Mon Feb 22 23:56 I also tried setting LC_CTYPE and LANG environment variables *within* tmux, but that didn't help. Other thing I tried was #(date '+ %a %b %e %R') hoping it would somehow insert the result

Re: Display issues with rxvt-unicode (256 colors patch)

2010-02-22 Thread Šime Ramov
* Nicholas Marriott [2010-02-22 19:38+]: > You don't say what tmux version you are using but if you aren't > already you should use CVS HEAD, this is probably fixed. I was running 1.1. You are right, the problem is fixed in CVS, thanks! --Š.

Display issues with rxvt-unicode (256 colors patch)

2010-02-22 Thread Šime Ramov
Hi, The problem is exactly as described here: . It is not specific to vim or vim color scheme, I saw some little anomalies here and there in other programs too. I suspect something with terminfo but I have no idea where to start. Any hel