mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
unicode: define more cyclic sequences
This commit is contained in:
parent
da3f485ace
commit
49cf9f35ac
@ -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"🭒🭓🭔🭕🭖🭧🭢🭣🭤🭥🭦"
|
||||
|
Loading…
x
Reference in New Issue
Block a user