mirror of
https://github.com/vbatts/bvi.git
synced 2025-08-02 07:30:28 +00:00
bvi-1.4.0.src.tar.gz
This commit is contained in:
parent
12a0ed970c
commit
be3c9f064d
73 changed files with 7541 additions and 9733 deletions
9
set.h
9
set.h
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* NOTE: Edit this file with tabstop=4 !
|
||||
*
|
||||
* Copyright 1996-2002 by Gerhard Buergmann
|
||||
* Copyright 1996-2014 by Gerhard Buergmann
|
||||
* Gerhard.Buergmann@puon.at
|
||||
*
|
||||
* 1998-03-14 V 1.0.0
|
||||
|
@ -11,6 +11,8 @@
|
|||
* 1999-07-02 V 1.2.0 beta
|
||||
* 1999-08-14 V 1.2.0 final
|
||||
* 2000-08-21 V 1.3.0 final
|
||||
* 2010-06-02 V 1.3.4
|
||||
* 2013-08-23 V 1.4.0
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
|
@ -29,7 +31,7 @@
|
|||
struct param {
|
||||
char *fullname; /* full parameter name */
|
||||
char *shortname; /* permissible abbreviation */
|
||||
long nvalue;
|
||||
off_t nvalue;
|
||||
char *svalue;
|
||||
int flags;
|
||||
};
|
||||
|
@ -64,7 +66,8 @@ extern struct param params[];
|
|||
#define P_LI 13 /* lines */
|
||||
#define P_WL 14 /* Wordlength for w, W, b, B command */
|
||||
#define P_WS 15 /* wrapscan */
|
||||
#define P_CO 16 /* color/attribute setting */
|
||||
#define P_HL 16 /* highlight search enabled */
|
||||
#define P_CO 17 /* color/attribute setting */
|
||||
|
||||
/*
|
||||
* Macro to get the value of a parameter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue