/* This is part of `gramscii`` -- see COPYING for details */

/* Config options */

/** MARKERS -- the first character is the default one **/
/* markers for horizontal lines */
char hlines[]  = {"-~=#*@._ "};
/* markers for vertical lines */
char vlines[]  = {"|H#*@:;i "};
/* markers for corners */
char corners[] = {"+'H#*@.\"`"};
/* markers for arrow start points */
char st_marks[] = {"+o-|<>^v*"};
/* markers for arrow endpoints */
char end_marks[] = {">+o-|<^v*"};

/** LONG_STEP (movements through uppercase HJKL) **/
#define LONG_STEP 5