Re: Tmux: echos to the status bar

2012-11-06 Thread Nicholas Marriott
> the modified characters and font is when they are used on the tmux statusbar. > > > > > --- On Tue, 11/6/12, Nicholas Marriott wrote: > > > From: Nicholas Marriott > > Subject: Re: Tmux: echos to the status bar > > To: "ian m" >

Re: Tmux: echos to the status bar

2012-11-06 Thread ian m
had with them, or the modified characters and font is when they are used on the tmux statusbar. --- On Tue, 11/6/12, Nicholas Marriott wrote: > From: Nicholas Marriott > Subject: Re: Tmux: echos to the status bar > To: "ian m" > Cc: "Adrian Luff" , &

Re: Tmux: echos to the status bar

2012-11-06 Thread Nicholas Marriott
simply pasting the characters in (copy and paste support provided by tmux >of course). All methods result in this glitch. > >-- > >From: Nicholas Marriott >To: ian m >Cc: Adrian Luff ; "tmux-users@lists.sourceforge.net" >

Re: Tmux: echos to the status bar

2012-11-06 Thread ian m
--- > >    From: Adrian Luff >    To: ian m >    Cc: "tmux-users@lists.sourceforge.net" >    Sent: Monday, November 5, 2012 6:49 PM >    Subject: Re: Tmux: echos to the status bar >    So in the "standard glitch&q

Re: Tmux: echos to the status bar

2012-11-06 Thread Nicholas Marriott
> >From: Adrian Luff >To: ian m > Cc: "tmux-users@lists.sourceforge.net" >Sent: Monday, November 5, 2012 6:49 PM >Subject: Re: Tmux: echos to the status bar >So in the "standard glitch" picture, what's the actual issue? What shou

Re: Tmux: echos to the status bar

2012-11-05 Thread ian m
y and echoing that. the result is the same: the glitch. Ian From: Adrian Luff To: ian m Cc: "tmux-users@lists.sourceforge.net" Sent: Monday, November 5, 2012 6:49 PM Subject: Re: Tmux: echos to the status bar So in the "standard glitch&

Re: Tmux: echos to the status bar

2012-11-05 Thread Adrian Luff
wQsJ1,fQ11i,VDZPg#2 > > From: Adrian Luff > To: ian m > Cc: "tmux-users@lists.sourceforge.net" > Sent: Monday, November 5, 2012 2:31 PM > Subject: Re: Tmux: echos to the status bar > > Could be UTF-8 characters being sent from your script without UTF-8 being &g

Re: Tmux: echos to the status bar

2012-11-05 Thread ian m
/wQsJ1,fQ11i,VDZPg#2 From: Adrian Luff To: ian m Cc: "tmux-users@lists.sourceforge.net" Sent: Monday, November 5, 2012 2:31 PM Subject: Re: Tmux: echos to the status bar Could be UTF-8 characters being sent from your script without UTF-8 being turn

Re: Tmux: echos to the status bar

2012-11-05 Thread Adrian Luff
i specify in the status. the > garbled text is always added on beyond that regardless of what is there. > > From: Adrian Luff > To: ian m > Cc: "tmux-users@lists.sourceforge.net" > Sent: Sunday, November 4, 2012 11:23 PM > Subject: Re: Tmux: echos to the s

Re: Tmux: echos to the status bar

2012-11-05 Thread ian m
is already the rightmost thing i specify in the status. the garbled text is always added on beyond that regardless of what is there. From: Adrian Luff To: ian m Cc: "tmux-users@lists.sourceforge.net" Sent: Sunday, November 4, 2012 11:23 PM Subje

Re: Tmux: echos to the status bar

2012-11-04 Thread Adrian Luff
Ian, Are you echoing using a simple text string… set -g status-right "text" …a system call... set -g status-right '#( echo "text" )' …or a terminal echo string… $printf "\033]2;text\033\\" ...or perhaps something else? I recall seeing something like this issue when updating elements flush to the

Tmux: echos to the status bar

2012-11-04 Thread ian m
Hello, For my tmux statusbar, I call some scripts to echo some text to the status right. This however results in some glitched text to the far right side of the statusbar. For each character that is echoed, I get an extra glitched character on the statusbar. The character seems to be whatever w