w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

alt.sym (707B)


      1 static char *alt_symbol[] = {
      2     "+",  "|",  "-",  "+",  "|",  "|",  "+",  "",
      3     "-",  "+",  "-",  "",   "+",  "",   "",   "",
      4     "+",  "|",  "-",  "+",  "|",  "|",  "+",  "",
      5     "-",  "+",  "-",  "",   "+",  "",   "",   "",
      6 
      7     "*", "+", "o", "#", "@", "-",
      8     "=", "x", "%", "*", "o", "#",
      9     "#",
     10     "<=UpDn ",
     11     NULL
     12 };
     13 #ifdef USE_M17N
     14 static char *alt2_symbol[] = {
     15     "-+", " |", "--", " +", "-|", " |", "-+", "",
     16     "--", " +", "--", "",   "-+", "",   "",   "",
     17     "-+", " |", "--", " +", "-|", " |", "-+", "",
     18     "--", " +", "--", "",   "-+", "",   "",   "",
     19 
     20     " *", " +", " o", " #", " @", " -",
     21     " =", " x", " %", " *", " o", " #",
     22     " #",
     23     "<=UpDn ",
     24     NULL
     25 };
     26 #endif