menu cross-platform rendering: remove dot in the middle of arrows

This commit is contained in:
sqshq 2019-04-13 12:39:09 -04:00
parent db9e76bec3
commit ca6a328682
2 changed files with 62 additions and 62 deletions

View File

@ -182,7 +182,7 @@ func (m *Menu) printAllDirectionsArrowSign(buffer *ui.Buffer, y int) {
arrows := []string{
" ↑ ",
"←· →",
"← →",
" ↓ ",
}