dotfiles

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

bullet-small.xbm (121B)


      1 #define bullet_width 5
      2 #define bullet_height 5
      3 static unsigned char bullet_bits[] = {
      4    0x01, 0x05, 0x15, 0x05, 0x01 };