mirror of
https://github.com/vbatts/bvi.git
synced 2025-08-02 23:50:28 +00:00
bvi-1.4.2.src.tar.gz
4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2 bvi-1.4.2.src.tar.gz https://bvi.sourceforge.net/download.html
This commit is contained in:
parent
40e8e886bc
commit
75fc14b579
24 changed files with 2482 additions and 1761 deletions
7
bmore.c
7
bmore.c
|
@ -8,8 +8,9 @@
|
|||
* 2004-01-09 V 1.3.2
|
||||
* 2013-08-23 V 1.4.0
|
||||
* 2019-01-22 V 1.4.1
|
||||
* 2023-03-06 V 1.4.2
|
||||
*
|
||||
* Copyright 1990-2019 by Gerhard Buergmann
|
||||
* Copyright 1990-2023 by Gerhard Buergmann
|
||||
* gerhard@puon.at
|
||||
*
|
||||
* NOTE: Edit this file with tabstop=4 !
|
||||
|
@ -49,7 +50,7 @@
|
|||
|
||||
#include "bmore.h"
|
||||
|
||||
char *copyright = "GPL (C) 1990-2019 by Gerhard Buergmann";
|
||||
char *copyright = "GPL (C) 1990-2022 by Gerhard Buergmann";
|
||||
|
||||
int maxx, maxy;
|
||||
int mymaxx = 0, mymaxy = 0;
|
||||
|
@ -85,7 +86,7 @@ int prompt = 1;
|
|||
char helppath[MAXCMD];
|
||||
|
||||
static char progname[10];
|
||||
static char cmdbuf[MAXCMD];
|
||||
static char cmdbuf[2 * MAXCMD];
|
||||
static int cnt = 0;
|
||||
static int icnt = 0;
|
||||
static int smode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue