dotfiles

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

bullet.xbm (121B)


      1 #define bullet_width 5
      2 #define bullet_height 5
      3 static unsigned char bullet_bits[] = {
      4    0x02, 0x06, 0x0e, 0x06, 0x02 };