---
 trunk/screen-redraw.c |    4 ++--
 trunk/tty-acs.c       |   64 ++++++++++++++++++++++++-------------------------
 2 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/trunk/screen-redraw.c b/trunk/screen-redraw.c
index 75f7238..4d4899d 100644
--- a/trunk/screen-redraw.c
+++ b/trunk/screen-redraw.c
@@ -41,8 +41,8 @@ void  screen_redraw_draw_number(struct client *, struct 
window_pane *);
 #define CELL_JOIN 11
 #define CELL_OUTSIDE 12
 
-#define CELL_BORDERS " xqlkmjwvtun~"
-#define CELL_MARKERS " +, .   -"
+#define CELL_BORDERS " xqlkmjwvtun~" /* " │─┌┐└┘┬┴├┤┼·" */
+#define CELL_MARKERS " +, .   -"     /* " →← ↑   ↓" */
 
 #define BORDER_NONE 0
 #define BORDER_LEFT 1
diff --git a/trunk/tty-acs.c b/trunk/tty-acs.c
index e85888c..c909978 100644
--- a/trunk/tty-acs.c
+++ b/trunk/tty-acs.c
@@ -30,38 +30,38 @@ struct tty_acs_entry {
        const char      *string;
 };
 const struct tty_acs_entry tty_acs_table[] = {
-       { '+', "\342\206\222" },
-       { ',', "\342\206\220" },
-       { '-', "\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\206\222" }, /* → */
+       { ',', "\342\206\220" }, /* ← */
+       { '-', "\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" }      /* · */
 };
 
 int
-- 
1.7.10.4


------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to