Re: [tmux:tickets] #133 Line drawing characters become ascii letters on mouse highlight

2014-10-02 Thread Nicholas Marriott
Seems more useful than what we have, applied thanks. On Mon, Jun 23, 2014 at 07:32:28PM +0100, Balazs Kezes wrote: > On 2014-06-23 08:04 +0100, Nicholas Marriott wrote: > > Well, I'm not sure what we can or should do about that. And in fact if > > we're going to copy without ACS maybe we should

Re: [tmux:tickets] #133 Line drawing characters become ascii letters on mouse highlight

2014-06-23 Thread Balazs Kezes
On 2014-06-23 08:04 +0100, Nicholas Marriott wrote: > Well, I'm not sure what we can or should do about that. And in fact if > we're going to copy without ACS maybe we should continue to display > the characters without ACS. Not sure about the "should" part but would something along these lines wo

Re: [tmux:tickets] #133 Line drawing characters become ascii letters on mouse highlight

2014-06-23 Thread Nicholas Marriott
Well, I'm not sure what we can or should do about that. And in fact if we're going to copy without ACS maybe we should continue to display the characters without ACS. On Sun, Jun 22, 2014 at 11:03:27AM +0100, Balazs Kezes wrote: > On 2014-06-22 00:58 +0100, Nicholas Marriott wrote: > > That would

Re: [tmux:tickets] #133 Line drawing characters become ascii letters on mouse highlight

2014-06-22 Thread Balazs Kezes
On 2014-06-22 00:58 +0100, Nicholas Marriott wrote: > That would work for UTF-8 but unfortunately for ACS we need to use > smacs/rmacs so it has to be an attribute - unless you are suggesting > sending them for every ACS cell which would be inefficient. Ah, makes sense, thanks. > This is probably

Re: [tmux:tickets] #133 Line drawing characters become ascii letters on mouse highlight

2014-06-21 Thread Nicholas Marriott
That would work for UTF-8 but unfortunately for ACS we need to use smacs/rmacs so it has to be an attribute - unless you are suggesting sending them for every ACS cell which would be inefficient. This is probably the fix, but not tested. Index: screen-write.c

Re: [tmux:tickets] #133 Line drawing characters become ascii letters on mouse highlight

2014-06-21 Thread Balazs Kezes
On 2014-06-17 21:00 +, Egmont Koblinger wrote: > Inside tmux (current git) execute > echo -e '\e(0lqqqk' > > Line drawing characters appear on the screen: > ┌───┐ > > Now highlight with the mouse (tmux's builtin mouse handling). > > Expected behavior: they stay line drawing characters. > > Actu

[tmux:tickets] #133 Line drawing characters become ascii letters on mouse highlight

2014-06-19 Thread Egmont Koblinger
--- ** [tickets:#133] Line drawing characters become ascii letters on mouse highlight** **Status:** open **Created:** Tue Jun 17, 2014 09:00 PM UTC by Egmont Koblinger **Last Updated:** Tue Jun 17, 2014 09:00 PM UTC **Owner:** nobody Inside tmux (current git) execute echo -e '\e(0lqqqk' Lin