add nextpage_topline
This commit is contained in:
13
rc.c
13
rc.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: rc.c,v 1.11 2001/11/23 21:22:02 ukai Exp $ */
|
||||
/* $Id: rc.c,v 1.12 2001/11/23 21:40:19 ukai Exp $ */
|
||||
/*
|
||||
* Initialization file etc.
|
||||
*/
|
||||
@@ -96,7 +96,10 @@ static int rc_initialized = 0;
|
||||
#define CMT_VI_PREC_NUM "vi<76><69><EFBFBD>ο<EFBFBD><CEBF>ͥץ<CDA5><D7A5>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD>"
|
||||
#endif
|
||||
#ifdef LABEL_TOPLINE
|
||||
#define CMT_LABEL_TOPLINE "<22><><EFBFBD>٥<EFBFBD><D9A5>˰<EFBFBD>ư<EFBFBD><C6B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˹<EFBFBD>Ƭ<EFBFBD>ˤʤ<EFBFBD><EFBFBD>褦<EFBFBD>ˤ<EFBFBD><EFBFBD><EFBFBD>"
|
||||
#define CMT_LABEL_TOPLINE "<22><><EFBFBD>٥<EFBFBD><D9A5>˰<EFBFBD>ư<EFBFBD><C6B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>뤬<EFBFBD>ȥåפˤʤ<EFBFBD><EFBFBD>褦<EFBFBD>ˤ<EFBFBD><EFBFBD><EFBFBD>"
|
||||
#endif
|
||||
#ifdef NEXTPAGE_TOPLINE
|
||||
#define CMT_NEXTPAGE_TOPLINE "<22><><EFBFBD>Υڡ<CEA5><DAA1><EFBFBD><EFBFBD>˰<EFBFBD>ư<EFBFBD><C6B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˥<EFBFBD><CBA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>뤬<EFBFBD>ȥåפˤʤ<CBA4><CAA4>褦<EFBFBD>ˤ<EFBFBD><CBA4><EFBFBD>"
|
||||
#endif
|
||||
#define CMT_SHOW_NUM "<22><><EFBFBD>ֹ<EFBFBD><D6B9><EFBFBD>ɽ<EFBFBD><C9BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
#define CMT_MIMETYPES "<22><><EFBFBD>Ѥ<EFBFBD><D1A4><EFBFBD>mime.types"
|
||||
@@ -205,6 +208,9 @@ static int rc_initialized = 0;
|
||||
#ifdef LABEL_TOPLINE
|
||||
#define CMT_LABEL_TOPLINE "move cursor to top line when going to label"
|
||||
#endif
|
||||
#ifdef NEXTPAGE_TOPLINE
|
||||
#define CMT_NEXTPAGE_TOPLINE "move cursor to top line when moving to next page"
|
||||
#endif
|
||||
#define CMT_SHOW_NUM "Show line number"
|
||||
#define CMT_MIMETYPES "mime.types files"
|
||||
#define CMT_MAILCAP "mailcap files"
|
||||
@@ -413,6 +419,9 @@ struct param_ptr params3[] =
|
||||
#endif
|
||||
#ifdef LABEL_TOPLINE
|
||||
{"label_topline", P_INT, PI_ONOFF, (void *) &label_topline, CMT_LABEL_TOPLINE, NULL },
|
||||
#endif
|
||||
#ifdef NEXTPAGE_TOPLINE
|
||||
{"nextpage_topline", P_INT, PI_ONOFF, (void *) &nextpage_topline, CMT_NEXTPAGE_TOPLINE, NULL },
|
||||
#endif
|
||||
{"wrap_search", P_INT, PI_ONOFF, (void *) &WrapDefault, CMT_WRAP, NULL},
|
||||
{"ignorecase_search", P_INT, PI_ONOFF, (void *) &IgnoreCase, CMT_IGNORE_CASE, NULL},
|
||||
|
||||
Reference in New Issue
Block a user