1
0
Fork 0
mirror of https://github.com/vbatts/bvi.git synced 2025-08-02 07:30:28 +00:00

bvi-1.4.1.src.tar.gz

3035255ca79e0464567d255baa5544f7794e2b7eb791dcc60cc339cf1aa01e28  bvi-1.4.1.src.tar.gz

https://bvi.sourceforge.net/download.html
This commit is contained in:
Gerhard Bürgmann 2019-10-12 00:00:00 +00:00 committed by Vincent Batts
parent be3c9f064d
commit 40e8e886bc
24 changed files with 2962 additions and 2381 deletions

23
CHANGES
View file

@ -1,5 +1,24 @@
New in release 1.4.0 (stable)
=============================
New in release 1.4.1
====================
* Minor fixes
New in release 1.4.1rc
======================
* Compile warning: implicit declaration of function save_chk fixed (SF bug #9)
* bmore seg fault on file not found fixed
* set columns prevents filename display on the commandline fixed (SF bug #8)
* bmore new option -r
bvi new setting: set reverse
Characters between 160 - 254 are displayed as "reverse video text" as used in
some legacy systems (Atari, Commodore, Apple II, etc).
* castings fixed in comm.c
New in release 1.4.0
====================
* Minor fixes