rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang
MIT License
11.12k stars 576 forks source link

Fix graphics UNICODE names #911

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago

Some names were not matching UNICODE names.

Inspired by @kianmeng

szepeviktor commented 1 year ago

Command to list name parts grep 'rune =' ./semigraphics.go|cut -f2|cut -d' ' -f1|sed -e 's#[A-Z]#\n&#g'|sort -u

rivo commented 1 year ago

Thanks!

szepeviktor commented 1 year ago

Glad to contribute.