aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2019-09-05 22:15:50 +0000
committerToomas Soome <tsoome@FreeBSD.org>2019-09-05 22:15:50 +0000
commit56758831fe6c5702d3a76a2ea12986a5bf978ef5 (patch)
tree7f7812435384549919ad6d65ee72fa7d4464f9e1 /stand/lua
parenta6935d085cc66db547a472030a91bbf57f358737 (diff)
Notes
Diffstat (limited to 'stand/lua')
-rw-r--r--stand/lua/drawer.lua24
1 files changed, 12 insertions, 12 deletions
diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua
index ee788919d4a3..18030979398c 100644
--- a/stand/lua/drawer.lua
+++ b/stand/lua/drawer.lua
@@ -370,20 +370,20 @@ drawer.frame_styles = {
bottom_right = "+",
},
["single"] = {
- horizontal = "\xC4",
- vertical = "\xB3",
- top_left = "\xDA",
- bottom_left = "\xC0",
- top_right = "\xBF",
- bottom_right = "\xD9",
+ horizontal = "\xE2\x94\x80",
+ vertical = "\xE2\x94\x82",
+ top_left = "\xE2\x94\x8C",
+ bottom_left = "\xE2\x94\x94",
+ top_right = "\xE2\x94\x90",
+ bottom_right = "\xE2\x94\x98",
},
["double"] = {
- horizontal = "\xCD",
- vertical = "\xBA",
- top_left = "\xC9",
- bottom_left = "\xC8",
- top_right = "\xBB",
- bottom_right = "\xBC",
+ horizontal = "\xE2\x95\x90",
+ vertical = "\xE2\x95\x91",
+ top_left = "\xE2\x95\x94",
+ bottom_left = "\xE2\x95\x9A",
+ top_right = "\xE2\x95\x97",
+ bottom_right = "\xE2\x95\x9D",
},
}