dotfiles

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

bullet.xbm (133B)


      1 #define bullet_width 4
      2 #define bullet_height 7
      3 static unsigned char bullet_bits[] = {
      4    0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };