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

2011-12-11 Thread Matthias Lederhofer
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 width character, I used \u300a as an example. File attached for 80 column terminal.

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

2011-12-11 Thread Nicholas Marriott
please send a file with the problem output since your email does not include the actual UTF-8 On Sun, Dec 11, 2011 at 10:15:52PM +0100, Matthias Lederhofer wrote: > Hi, > > I just noticed the following bug when playing around with double width > characters: > > When using an urxvt terminal wit

BUG: double width characters cause previous character to be lost

2011-12-11 Thread Matthias Lederhofer
Hi, I just noticed the following bug when playing around with double width characters: When using an urxvt terminal with width of 80 the following command prints "bar" on one line and the double width character on the next line: printf "%79s《\n" bar In tmux the same produces only "ba" on the

Re: new-window, first window

2011-12-11 Thread Thomas Adam
On 11 December 2011 14:34, Rafael Sadowski wrote: > Hi tmux-users@, > > I'll create a new session with some default windows. Everything works > fine, but my first window is never '(LOG) messages'. The first window is > always my $SHELL! Any advice for me? > > tmux new-session -d -s main > tmux new

new-window, first window

2011-12-11 Thread Rafael Sadowski
Hi tmux-users@, I'll create a new session with some default windows. Everything works fine, but my first window is never '(LOG) messages'. The first window is always my $SHELL! Any advice for me? tmux new-session -d -s main tmux new-window -t main:0 -n '(LOG) messages' 'sudo tail -f /var/log/mess