1set_cursor_blink(3) gstream manual set_cursor_blink(3)
2
3
4
6 set_cursor_blink
7
9 #include <gstream.h>
10
11
12 void set_cursor_blink(int cb);
13
15 Sets the number of cursor blinks per minute - the cursor will be turned
16 on around CB times a minute, passing 60 would make the cursor turn on
17 approximately once per second, for instance. If you pass null, cursor
18 flashing will be turned completely off.
19
20 Typical good values range from 50-80, but that is a matter of taste, of
21 course.
22
23 Note that cursor blinking requires the timers to be installed as it
24 uses a timer interrupt for timing the blinks. Default is off (0).
25
26
27
28
29gstream version 1.6 set_cursor_blink(3)