home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
vim
/
src
/
proto
/
linefunc.pro
< prev
next >
Wrap
Text File
|
1995-02-27
|
309b
|
10 lines
/* linefunc.c */
void coladvance __PARMS((unsigned int wcol));
int inc_cursor __PARMS((void));
int inc __PARMS((struct fpos *lp));
int incl __PARMS((struct fpos *lp));
int dec_cursor __PARMS((void));
int dec __PARMS((struct fpos *lp));
int decl __PARMS((struct fpos *lp));
void adjust_cursor __PARMS((void));