After fixing the sigsegv from bwb_var.c my next problem was to get the backspace key to work.
I'm running Slackware 12.2 but this should work on other versions of Linux too.
To fix this I simply used the Makefile that has ncurses in it and copied it to the Makefile:
cp Makefile.ncu Makefile
Then run "make" and as root, "make install"
Log in to post a comment.
After fixing the sigsegv from bwb_var.c my next problem was to
get the backspace key to work.
I'm running Slackware 12.2 but this should work on other versions of Linux too.
To fix this I simply used the Makefile that has ncurses in it and copied it to the Makefile:
cp Makefile.ncu Makefile
Then run "make" and as root, "make install"