Adding upstream version 0.5.1
This commit is contained in:
26
Symbols/alt.sym
Normal file
26
Symbols/alt.sym
Normal file
@@ -0,0 +1,26 @@
|
||||
static char *alt_symbol[] = {
|
||||
"+", "|", "-", "+", "|", "|", "+", "",
|
||||
"-", "+", "-", "", "+", "", "", "",
|
||||
"+", "|", "-", "+", "|", "|", "+", "",
|
||||
"-", "+", "-", "", "+", "", "", "",
|
||||
|
||||
"*", "+", "o", "#", "@", "-",
|
||||
"=", "x", "%", "*", "o", "#",
|
||||
"#",
|
||||
"<=UpDn ",
|
||||
NULL
|
||||
};
|
||||
#ifdef USE_M17N
|
||||
static char *alt2_symbol[] = {
|
||||
"-+", " |", "--", " +", "-|", " |", "-+", "",
|
||||
"--", " +", "--", "", "-+", "", "", "",
|
||||
"-+", " |", "--", " +", "-|", " |", "-+", "",
|
||||
"--", " +", "--", "", "-+", "", "", "",
|
||||
|
||||
" *", " +", " o", " #", " @", " -",
|
||||
" =", " x", " %", " *", " o", " #",
|
||||
" #",
|
||||
"<=UpDn ",
|
||||
NULL
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user