menu cross-platform rendering: remove dot in the middle of arrows
This commit is contained in:
parent
db9e76bec3
commit
ca6a328682
|
@ -182,7 +182,7 @@ func (m *Menu) printAllDirectionsArrowSign(buffer *ui.Buffer, y int) {
|
||||||
|
|
||||||
arrows := []string{
|
arrows := []string{
|
||||||
" ↑ ",
|
" ↑ ",
|
||||||
"←· →",
|
"← →",
|
||||||
" ↓ ",
|
" ↓ ",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue