home *** CD-ROM | disk | FTP | other *** search
- ############################################
- File: BookMark.FPL
- Author: Kjell Ericson
- Email: FidoNet 2:201/328
- Short description: Set and goto bookmarks
- Version: 1.0
- Date: 1.3.94
- Local settings: ("BookMark_xN" and "BookMark_yN" where N is a number from 0 to 9, hidden)
- Global settings:
- Keysequence: F1-F10, shift F1-F10
- Type: key, function
- Prereq:
- ############################################
-
- FUNCTION
- Creates ten bookmarks for each buffer. Set bookmark with shift F-key and
- jump to that bookmark by pressing the F-key alone.
-
- NAME SetBookMark - Set bookmark
-
- SYNOPSIS
- Zero SetBookMark ( Num );
-
- int SetBookMark ( int );
-
- FUNCTION
- Sets the current position in the specified bookmark (0-9).
-
- INPUTS
- Num - Bookmark number 0-9.
-
- RESULT
- 0
-
- NAME GotoBookMark - Jump to bookmark
-
- SYNOPSIS
- Zero GotoBookMark ( Num );
-
- int GotoBookMark ( int );
-
- FUNCTION
- Jumps to the specified bookmark (0-9).
-
- INPUTS
- Num - Bookmark number 0-9.
-
- RESULT
- 0
-