1
0
Fork 0
mirror of https://github.com/vbatts/bvi.git synced 2025-08-01 07:00:31 +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

@ -2,6 +2,7 @@
*
* 2000-05-10 V 1.3.0 alpha
* 2000-07-07 V 1.3.0 final
* 2001-12-07 V 1.3.1
*
* NOTE: Edit this file with tabstop=4 !
*
@ -117,10 +118,3 @@ cleareol()
}
void
beep(void)
{
putchar(7);
}