home *** CD-ROM | disk | FTP | other *** search
- /* wfc_hist.h -- historical definitions for compatibility with previous versions
-
- ************* Copyright 1987 by Vermont Creative Software **************
-
- DATE: April 2, 1987
- VERSION: v4.12
-
- */
-
- /*----------------------------------------------------------------------------*/
- /* historical function definitions */
- /*----------------------------------------------------------------------------*/
- #define di_file(a) mf_rd(a)
- #define di_st(a, b, c, d, e) rd_st(a, b, c, d, e)
- #define file_lnp(a, b) mf_rwp(a, b)
- #define free_file(a) mf_clr(a)
- #define scrl_file(a, b, c, d) mf_scrl(a, b, c, d)
- #define sti_file(a, b, c) mf_rwrpl(a, b, c)
- #define vs_file(a, b) vs_mf(a, b)
- #define v_file(a) v_mf(a)
- #define _v_init() init_wfc()
-
- /*----------------------------------------------------------------------------*/
- /* historical macro definitions */
- /*----------------------------------------------------------------------------*/
- #define s_tbfmsg(a) (tbf_msg = (a))
- #define s_keyloop(p) (_wfckifp = (p))
- #define sw_mfile(a, wnp) ((wnp)->frp = (a))
-
- #define LEFT_TXT 0
- #ifndef CENTER_TXT
- #define CENTER_TXT -1
- #endif
- #define RIGHT_TXT -2
-
- #define QK_BREAK 1
- #define QK_LEFT 115
- #define QK_RIGHT 116
- #define QK_END 117
- #define QK_PGDN 118
- #define QK_HOME 119
- #define QK_PGUP 132
-
- /*----------------------------------------------------------------------------*/
- /* historical structure typedefs */
- /*----------------------------------------------------------------------------*/
- #define FLINE MFLINE
- #define FLINEPTR MFLINEPTR
- #define FREC MFILE
- #define FRECPTR MFILEPTR
-
- /*----------------------------------------------------------------------------*/
- /* historical error definitions */
- /*----------------------------------------------------------------------------*/
- #define FILETOOBIG MFILETOOBIG