home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
C-ASM_VI.ARJ
/
PROGC.ZIP
/
PROGC042.C
< prev
next >
Wrap
Text File
|
1988-04-10
|
427b
|
11 lines
/************************************************************************/
/* Change cursor to a solid cursor by setting cursor start to */
/* the first line of a character box. */
/************************************************************************/
demo_cursor_size()
{
set_cursor_size( 0, 13); /* Full cursor */
}