Re: [PATCH 4/4] Show how VT100 ACS (alternate character set) should? ?actually render.

2013-11-24 Thread Nicholas Marriott
Added now with the list from terminfo(5) On Wed, Oct 30, 2013 at 09:09:09PM -0400, Ben Boeckel wrote: > On Wed, Oct 30, 2013 at 22:04:04 +, Nicholas Marriott wrote: > > I was thinking more: > > > > { '`', "\342\227\206" },/* U+25C6 BLACK DIAMOND */ > > > > But this idea is fine

Re: [PATCH 4/4] Show how VT100 ACS (alternate character set) should? ?actually render.

2013-10-30 Thread Ben Boeckel
On Wed, Oct 30, 2013 at 22:04:04 +, Nicholas Marriott wrote: > I was thinking more: > > { '`', "\342\227\206" },/* U+25C6 BLACK DIAMOND */ > > But this idea is fine too, although I would prefer if the names matched > those in terminfo(5). I completely missed that list :/ . --B

Re: [PATCH 4/4] Show how VT100 ACS (alternate character set) should? ?actually render.

2013-10-30 Thread Nicholas Marriott
I was thinking more: { '`', "\342\227\206" },/* U+25C6 BLACK DIAMOND */ But this idea is fine too, although I would prefer if the names matched those in terminfo(5). On Mon, Oct 28, 2013 at 08:10:22PM -0400, Ben Boeckel wrote: > On Mon, Oct 28, 2013 at 15:56:42 +, Nicholas M

Re: [PATCH 4/4] Show how VT100 ACS (alternate character set) should? ?actually render.

2013-10-28 Thread Ben Boeckel
On Mon, Oct 28, 2013 at 15:56:42 +, Nicholas Marriott wrote: > Could you dig it out and resend it please? Attached. --Ben commit 0efc515736ceff537f3c3ea87c8678ba0d7d3d3f Author: Ben Boeckel Date: Fri Jun 14 20:43:17 2013 -0400 Add string descriptions of ACS characters diff --git a/tt

Re: [PATCH 4/4] Show how VT100 ACS (alternate character set) should actually render.

2013-10-28 Thread Nicholas Marriott
Could you dig it out and resend it please? Original message From: Ben Boeckel Date: 28/10/2013 14:02 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: Re: [PATCH 4/4] Show how VT100 ACS (alternate character set) should actually render. On Sun, 27 Oct

Re: [PATCH 4/4] Show how VT100 ACS (alternate character set) should actually render.

2013-10-28 Thread Ben Boeckel
On Sun, 27 Oct, 2013 at 22:45:31 GMT, Nicholas Marriott wrote: > Source files need to stay 7-bit ASCII. You could include the Unicode > symbol names in a comment instead. I had a patch which did this a while ago (part of the sticky-eol-in-copy-mode branch). --Ben P.S. Are you aware that you're b

Re: [PATCH 4/4] Show how VT100 ACS (alternate character set) should actually render.

2013-10-27 Thread Nicholas Marriott
Source files need to stay 7-bit ASCII. You could include the Unicode symbol names in a comment instead. Original message From: Marcel Partap Date: 27/10/2013 22:37 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: [PATCH 4/4] Show how VT100 ACS (alternate

[PATCH 4/4] Show how VT100 ACS (alternate character set) should actually render.

2013-10-27 Thread Marcel Partap
--- screen-redraw.c | 2 ++ tty-acs.c | 64 - 2 files changed, 34 insertions(+), 32 deletions(-) diff --git a/screen-redraw.c b/screen-redraw.c index 1af1bb1..9e387c3 100644 --- a/screen-redraw.c +++ b/screen-redraw.c @@ -44,6 +44,7 @