Re: BUG: double width characters cause previous character to be lost

2011-12-12 Thread Nicholas Marriott
Yeh looks funny. What happens when you do the same thing in xterm? On Mon, Dec 12, 2011 at 07:32:55AM +0100, Matthias Lederhofer wrote: > Nicholas Marriott wrote: > > please send a file with the problem output since your email does not > > include the actual UTF-8 > > Just take any double widt

Re: BUG: double width characters cause previous character to be lost

2011-12-12 Thread Nicholas Marriott
uxterm rather. On Mon, Dec 12, 2011 at 08:29:51AM +, Nicholas Marriott wrote: > Yeh looks funny. What happens when you do the same thing in xterm? > > > > On Mon, Dec 12, 2011 at 07:32:55AM +0100, Matthias Lederhofer wrote: > > Nicholas Marriott wrote: > > > please send a file with the pr

Re: Log entire session with pipe-pane? Examples please.

2011-12-12 Thread Avatar
HI I'm interested in this feature to log all session in tmux. How can I do this in this case if it is possible of course? On Mon, Oct 10, 2011 at 2:30 AM, Jesse Molina wrote: > > Greetings > > I am trying to log the entire contents of a session, from the very start > to finish. Basically, I w

Re: BUG: double width characters cause previous character to be lost

2011-12-12 Thread Matthias Lederhofer
Nicholas Marriott wrote: > uxterm rather. uxterm does actually not display the character, but displays a double width box instead. So I'm trying with this. Without tmux: the double width character is lost (i.e. only one line ending in "bar "). With tmux: the double width character and the "r" i

Re: BUG: double width characters cause previous character to be lost

2011-12-12 Thread Stroller
On 12 December 2011, at 16:36, Matthias Lederhofer wrote: > ... > With tmux: the double width character and the "r" is missing (i.e. the > line ends in "ba "). > > Can you reproduce this? I can. The "r" is missing for me, too. But if I toggle to a different window and then back again (CRTL-a l

Re: [PATCH] New option to get cwd of new windows from active window

2011-12-12 Thread Matthias Lederhofer
Nicholas Marriott wrote: > Thanks for this. The OpenBSD kernel bits are in so I've applied your > diff with some minor tweaks and the required bits for osdep-openbsd.c. I really like this feature, currently I'm using a shell function to change the directory and additionally set the default-path.