File: null_cursor

package info (click to toggle)
xevil 2.02r2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,888 kB
  • sloc: cpp: 47,789; makefile: 189; csh: 4
file content (6 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
#define null_cursor_width 1
#define null_cursor_height 1
#define null_cursor_x_hot 0
#define null_cursor_y_hot 0
static unsigned char null_cursor_bits[] = {
   0x00};