dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

bullet.xbm (127B)


      1 #define bullet_width 6
      2 #define bullet_height 6
      3 static unsigned char bullet_bits[] = {
      4    0x00, 0x08, 0x18, 0x38, 0x18, 0x08 };