/* * Compiled graphcap entries */ #define SIZE 40 static char termcap_filename[] = "graphcap"; static char devices[][SIZE] = { "bgi", "" }; static char buf[] = { 58, 68, 86, 61, 98,103,105, 58, 0, 0 }; static int offsets[] = { 0, 9, 0 };