1
0
Fork 0
mirror of https://github.com/vbatts/bvi.git synced 2025-07-31 14:40:27 +00:00
binary file editor (history assembled from http://bvi.sourceforge.net/)
Find a file
Vincent Batts f62d2aa929
cleanup mixed use of tabs and spaces
still isn't 100%, but is progress

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2025-03-02 11:42:21 -05:00
acconfig.h git ls-files | xargs sed -i 's/[ \t]*$//' 2025-03-02 10:45:44 -05:00
bm_dos.c cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
bm_unix.c git ls-files | xargs sed -i 's/[ \t]*$//' 2025-03-02 10:45:44 -05:00
bmore.1 git ls-files | xargs sed -i 's/[ \t]*$//' 2025-03-02 10:45:44 -05:00
bmore.c cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
bmore.h cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
bmore.help bvi-1.3.0.src.tar.gz 2015-02-20 10:54:31 -05:00
bmore.hlp git ls-files | xargs dos2unix 2025-03-02 10:45:44 -05:00
bvi.1 cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
bvi.c cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
bvi.h bvi-1.4.2.src.tar.gz 2025-03-02 10:44:16 -05:00
CHANGES cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
comm.c cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
config.guess bvi-1.4.2.src.tar.gz 2025-03-02 10:44:16 -05:00
config.h.in git ls-files | xargs sed -i 's/[ \t]*$//' 2025-03-02 10:45:44 -05:00
config.sub bvi-1.4.2.src.tar.gz 2025-03-02 10:44:16 -05:00
configure bvi-1.4.2.src.tar.gz 2025-03-02 10:44:16 -05:00
configure.ac cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
COPYING bvi-1.4.1.src.tar.gz 2022-11-18 16:05:22 -05:00
CREDITS bvi-1.4.2.src.tar.gz 2025-03-02 10:44:16 -05:00
dosconf.h git ls-files | xargs dos2unix 2025-03-02 10:45:44 -05:00
doscur.h git ls-files | xargs dos2unix 2025-03-02 10:45:44 -05:00
dosio.c cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
edit.c cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
install-sh bvi-1.3.2.src.tar.gz 2015-02-20 10:59:12 -05:00
io.c cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
macro.m4 cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
Makefile.in git ls-files | xargs sed -i 's/[ \t]*$//' 2025-03-02 10:45:44 -05:00
mkinstalldirs bvi-1.3.2.src.tar.gz 2015-02-20 10:59:12 -05:00
patchlevel.h bvi-1.4.2.src.tar.gz 2025-03-02 10:44:16 -05:00
re.c cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
README git ls-files | xargs sed -i 's/[ \t]*$//' 2025-03-02 10:45:44 -05:00
recomp.c git ls-files | xargs sed -i 's/[ \t]*$//' 2025-03-02 10:45:44 -05:00
script bvi-1.4.0.src.tar.gz 2015-02-20 11:00:46 -05:00
set.c cleanup mixed use of tabs and spaces 2025-03-02 11:42:21 -05:00
set.h bvi-1.4.1.src.tar.gz 2022-11-18 16:05:22 -05:00
tags bvi-1.4.2.src.tar.gz 2025-03-02 10:44:16 -05:00
test.txt bvi-1.4.2.src.tar.gz 2025-03-02 10:44:16 -05:00
testfile git ls-files | xargs sed -i 's/[ \t]*$//' 2025-03-02 10:45:44 -05:00

BVI - Binary visual editor
==========================
https/bvi.sourceforge.net/

This editor for binary files was written by Gerhard Buergmann
and is distributed under the GPL (GNU Public License).


How to compile
==============

	You need the curses (ncurses) library for cursor movement on your system.
	https://www.cyberciti.biz/faq/linux-install-ncurses-library-headers-on-debian-ubuntu-centos-fedora/


	gunzip -c bvi-1.4.2.src.tar.gz | tar xvf -
	cd bvi-1.4.2
	./configure
	make
	make install


MAC OS X
========
Looks like the curses implementation in Darwin is really limited.
You should install and use ncurses instead. You can download it from
ftp.gnu.org; install it and then use
	./configure --with-ncurses=/usr/local/ncurses-5.2

The Control-y key sequence suspends bvi and send it to the background.
To avoid this behaviour use:
	stty dsusp undef


---------------------------------------------------------------------------
Subscribe to the bvi mailing for support, updates and other news:

	Send a blank email to bvi-subscribe@yahoogroups.com. You will receive a
	subscription confirmation message. Simply reply this message and your
	subscription will be complete.


---------------------------------------------------------------------------
PLEASE send any bug reports (and fixes), code for new features,
comments, questions, etc. (even flames) to:

Gerhard Buergmann
Vienna, Austria
E-mail: gerhard@puon.at