mirror of
				https://github.com/vbatts/bvi.git
				synced 2025-10-31 09:58:59 +00:00 
			
		
		
		
	
				
				binary file editor (history assembled from http://bvi.sourceforge.net/)
				
			
		| 6540716a1a3b2b9711635108da14b26baea488881d4a682121c0bddbba6b74cb bvi-1.5.0.src.tar.gz Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> | ||
|---|---|---|
| acconfig.h | ||
| bm_dos.c | ||
| bm_unix.c | ||
| bmore.1 | ||
| bmore.c | ||
| bmore.h | ||
| bmore.help | ||
| bmore.hlp | ||
| bvi.1 | ||
| bvi.c | ||
| bvi.h | ||
| CHANGES | ||
| comm.c | ||
| config.guess | ||
| config.h.in | ||
| config.sub | ||
| configure | ||
| configure.ac | ||
| COPYING | ||
| CREDITS | ||
| dosconf.h | ||
| doscur.h | ||
| dosio.c | ||
| edit.c | ||
| install-sh | ||
| io.c | ||
| macro.m4 | ||
| Makefile.in | ||
| mkinstalldirs | ||
| patchlevel.h | ||
| re.c | ||
| README | ||
| recomp.c | ||
| script | ||
| set.c | ||
| set.h | ||
| tags | ||
| test.txt | ||
| testfile | ||
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.5.0.src.tar.gz | tar xvf - cd bvi-1.5.0 ./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 --------------------------------------------------------------------------- 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