1
0
Fork 0
mirror of https://github.com/vbatts/bvi.git synced 2025-10-04 05:31:01 +00:00

bvi-1.3.1.src.tar.gz

This commit is contained in:
Gerhard Bürgmann 2002-02-18 00:00:00 +00:00 committed by Vincent Batts
parent 0220b756fa
commit 16baacb54f
46 changed files with 5276 additions and 1914 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 3.2 Final//EN">
<!DOCTYPE html PUBLIC "-//W3C/DTD HTML 3.2 Final//EN">
<html><head>
<title>BVI: CHANGES in bvi 1.2.0</title>
<link rel=stylesheet type="text/css" href="bvi.css">
@ -7,7 +7,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="1%" valign="top" align="center">
<img src="gif/dot.gif" width="130" height="1">
<img src="gif/dot.gif" width="130" height="1" alt="">
<hr noshade width="60%">
<p>
@ -18,6 +18,7 @@
</p>
<p>
<a class="thl" href="download.html">Download</a><br>
<a class="ths" href="new131.html">New in 1.3.1</a><br>
<a class="ths" href="new130.html">New in 1.3.0</a><br>
<font color="#ffffff" class="ths">New in 1.2.0<br></font>
</p>
@ -36,7 +37,7 @@
<hr noshade width="60%">
</td>
<td width="1%"><img src="gif/dot.gif" width="40" height="1"></td>
<td width="1%"><img src="gif/dot.gif" width="40" height="1" alt=""></td>
<td width="99%">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
@ -53,11 +54,11 @@ height="62" border="0"></a>
</td></tr></table>
<p>
<UL>
<LI>Configuration with GNU autoconfig
<LI>New <B>:set</B> options:
<UL>
<LI><B>:set columns=n</B><BR>
<ul>
<li>Configuration with GNU autoconfig
<li>New <b>:set</b> options:
<ul>
<li><b>:set columns=n</b><br>
You can set the number of columns on the screen to an
arbitrary value. This might be useful if you edit a file
with a fixed record length.<BR>