File: swapper_mask

package info (click to toggle)
xevil 1.5.1e-2.2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,580 kB
  • ctags: 2,655
  • sloc: cpp: 17,863; makefile: 223; sh: 1
file content (5 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#define swapper_mask_width 15
#define swapper_mask_height 7
static unsigned char swapper_mask_bits[] = {
   0xe0, 0x6a, 0xfe, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xf7, 0x6a, 0x7a, 0x00,
   0x38, 0x00};