This file is indexed.

/usr/lib/s9fes/help/curs_cursoff is in scheme9 2010.11.13-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
S9 EXT  (curs:cursoff)                            ==>  unspecific
        (curs:curson)                             ==>  unspecific
        (curs:mvcur int_oy int_ox int_y int_x)    ==>  unspecific

Curses routines for manipulating the hardware cursor. This is only
a rough summary. See the curses(3) manual page or a curses tutorial
of your choice for further information.

CURS:CURSOFF makes the hardware cursor invisible.

CURS:CURSOFF makes the hardware cursor visible.

CURS:MVCUR moves the hardware cursor from position (INT_OY,INT_OX)
to position (INT_Y,INT_X).