Xinqi Bao's Git
185b3ff0737bc18ba480b35ed9ba1127eb671d1a
   1 #define SHELL "/bin/bash" 
   5 #define BOLDFONT FONT"bold" 
   9 static const char *colorname
[] = { 
  20 /* Default colors (colorname index) */ 
  21 /* foreground, background, cursor, visual bell */ 
  25 #define BellCol   DefaultFG 
  29         { XK_Delete
, "\033[3~" }, 
  30         { XK_Home
,   "\033[1~" }, 
  31         { XK_End
,    "\033[4~" }, 
  32         { XK_Prior
,  "\033[5~" }, 
  33         { XK_Next
,   "\033[6~" },