On Mon, Oct 28, 2013 at 15:56:42 +0000, Nicholas Marriott wrote:
> Could you dig it out and resend it please?

Attached.

--Ben
commit 0efc515736ceff537f3c3ea87c8678ba0d7d3d3f
Author: Ben Boeckel <maths...@gmail.com>
Date:   Fri Jun 14 20:43:17 2013 -0400

    Add string descriptions of ACS characters

diff --git a/tty-acs.c b/tty-acs.c
index e85888c..f33156c 100644
--- a/tty-acs.c
+++ b/tty-acs.c
@@ -35,33 +35,33 @@ const struct tty_acs_entry tty_acs_table[] = {
        { '-', "\342\206\221" },
        { '.', "\342\206\223" },
        { '0', "\342\226\256" },
-       { '`', "\342\227\206" },
-       { 'a', "\342\226\222" },
-       { 'f', "\302\260" },
-       { 'g', "\302\261" },
-       { 'h', "\342\226\222" },
-       { 'i', "\342\230\203" },
-       { 'j', "\342\224\230" },
-       { 'k', "\342\224\220" },
-       { 'l', "\342\224\214" },
-       { 'm', "\342\224\224" },
-       { 'n', "\342\224\274" },
-       { 'o', "\342\216\272" },
-       { 'p', "\342\216\273" },
-       { 'q', "\342\224\200" },
-       { 'r', "\342\216\274" },
-       { 's', "\342\216\275" },
-       { 't', "\342\224\234" },
-       { 'u', "\342\224\244" },
-       { 'v', "\342\224\264" },
-       { 'w', "\342\224\254" },
-       { 'x', "\342\224\202" },
-       { 'y', "\342\211\244" },
-       { 'z', "\342\211\245" },
-       { '{', "\317\200" },
-       { '|', "\342\211\240" },
-       { '}', "\302\243" },
-       { '~', "\302\267" }
+       { '`', "\342\227\206" },        /* Diamond */
+       { 'a', "\342\226\222" },        /* Checkerboard (error indicator) */
+       { 'f', "\302\260" },            /* Degree symbol */
+       { 'g', "\302\261" },            /* Plus/minus */
+       { 'h', "\342\226\222" },        /* New line */
+       { 'i', "\342\230\203" },        /* Vertical tab */
+       { 'j', "\342\224\230" },        /* Lower-right corner */
+       { 'k', "\342\224\220" },        /* Upper-right corner */
+       { 'l', "\342\224\214" },        /* Upper-left corner */
+       { 'm', "\342\224\224" },        /* Lower-left corner */
+       { 'n', "\342\224\274" },        /* Crossing lines */
+       { 'o', "\342\216\272" },        /* Horizontal line - Scan 1 */
+       { 'p', "\342\216\273" },        /* Horizontal line - Scan 3 */
+       { 'q', "\342\224\200" },        /* Horizontal line - Scan 5 */
+       { 'r', "\342\216\274" },        /* Horizontal line - Scan 7 */
+       { 's', "\342\216\275" },        /* Horizontal line - Scan 9 */
+       { 't', "\342\224\234" },        /* Left T (points right) */
+       { 'u', "\342\224\244" },        /* Right T (points left) */
+       { 'v', "\342\224\264" },        /* Bottom T (points up) */
+       { 'w', "\342\224\254" },        /* Top T (points down) */
+       { 'x', "\342\224\202" },        /* Vertical bar */
+       { 'y', "\342\211\244" },        /* Less than or equal to */
+       { 'z', "\342\211\245" },        /* Greater than or equal to */
+       { '{', "\317\200" },            /* Pi */
+       { '|', "\342\211\240" },        /* Not equal to */
+       { '}', "\302\243" },            /* UK pound sign */
+       { '~', "\302\267" }             /* Centered dot */
 };
 
 int
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to