aboutsummaryrefslogtreecommitdiff
path: root/tty-acs.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-17 09:02:36 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-17 09:02:36 +0100
commiteb064e8a6240124787e473c504641d29b7c58998 (patch)
tree3a696bf3d57794deb9163a72f2438e89912b619f /tty-acs.c
parentd9ac0e7576496982045b6012c4f1ed70a3de248d (diff)
parent9b83b1daa6caee4d2c665c26da37866712c555a8 (diff)
downloadrtmux-eb064e8a6240124787e473c504641d29b7c58998.tar.gz
rtmux-eb064e8a6240124787e473c504641d29b7c58998.tar.bz2
rtmux-eb064e8a6240124787e473c504641d29b7c58998.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty-acs.c')
-rw-r--r--tty-acs.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/tty-acs.c b/tty-acs.c
index 1f7a2b11..14634120 100644
--- a/tty-acs.c
+++ b/tty-acs.c
@@ -37,10 +37,14 @@ static const struct tty_acs_entry tty_acs_table[] = {
{ '0', "\342\226\256" }, /* solid square block */
{ '`', "\342\227\206" }, /* diamond */
{ 'a', "\342\226\222" }, /* checker board (stipple) */
+ { 'b', "\342\220\211" },
+ { 'c', "\342\220\214" },
+ { 'd', "\342\220\215" },
+ { 'e', "\342\220\212" },
{ 'f', "\302\260" }, /* degree symbol */
{ 'g', "\302\261" }, /* plus/minus */
- { 'h', "\342\226\222" }, /* board of squares */
- { 'i', "\342\230\203" }, /* lantern symbol */
+ { 'h', "\342\220\244" },
+ { 'i', "\342\220\213" },
{ 'j', "\342\224\230" }, /* lower right corner */
{ 'k', "\342\224\220" }, /* upper right corner */
{ 'l', "\342\224\214" }, /* upper left corner */