unicode: define more cyclic sequences

This commit is contained in:
nick black 2021-07-04 11:00:20 -04:00
parent da3f485ace
commit 49cf9f35ac
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -20,12 +20,24 @@ extern "C" {
#define NCBOXASCIIW L"/\\\\/-|"
#define NCBOXOUTERW L"🭽🭾🭼🭿▁🭵🭶🭰"
// 4-cycles around an interior core
#define NCWHITESQUARESW L"◲◱◳◰"
#define NCWHITECIRCLESW L"◶◵◷◴"
#define NCCIRCULARARCSW L"◜◝◟◞"
#define NCWHITETRIANGLESW L"◿◺◹◸"
#define NCBLACKTRIANGLESW L"◢◣◥◤"
// 4-cycles around an exterior core
#define NCBLACKARROWHEADSW L"⮝⮟⮜⮞"
#define NCLIGHTEDARROWHEADSW L"⮙⮛⮘⮚"
#define NCARROWDOUBLEW L"⮅⮇⮄⮆"
#define NCARROWDASHEDW L"⭫⭭⭪⭬"
#define NCARROWCIRCLEDW L"⮉⮋⮈⮊"
#define NCARROWANTICLOCKW L"⮍⮏⮌⮎"
// 8-cycles around an exterior core
#define NCARROWW L"⭡⭣⭠⭢⭧⭩⭦⭨"
// symbols for legacy computing
#define NCANGLESBR L"🭁🭂🭃🭄🭅🭆🭇🭈🭉🭊🭋"
#define NCANGLESTR L"🭒🭓🭔🭕🭖🭧🭢🭣🭤🭥🭦"