File: diff.xbm

package info (click to toggle)
tkcvs 6.0p6.1a3-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 744 kB
  • ctags: 236
  • sloc: tcl: 8,088; sh: 437; makefile: 37
file content (6 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#define diff_width 16
#define diff_height 16
static char diff_bits[] = {
   0x00, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x03, 0x40, 0x03, 0x40, 0x06,
   0x20, 0x06, 0x20, 0x0c, 0x10, 0x0c, 0x10, 0x18, 0x08, 0x18, 0x08, 0x30,
   0x04, 0x30, 0xfc, 0x7f, 0xfc, 0x7f, 0x00, 0x00};