-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use nvi2 without terminfo/termcap library #63
Comments
I'm not sure what exactly behavior you want. If you don't want nvi2 to link to terminfo library, then you will have to reimplement the "cl" library without relying on term.h, which is lots of work. If you just want nvi2 to work under rescue without accessing termcap files, then |
Thank you for the prompt reply. I've tried Meanwhile, when I tried to set the
In addition, in a normal system (i.e., Regards, |
That's unfortunate. I forgot how did I get my nvi2 to work in rescue, but since I have a special |
Hello,
First, thank you for developing and maintaining the nvi2 software.
I'm a DragonFly BSD developer. Nvi2 is part of the base system as well as the initrd(7) rescue system in DragonFly BSD. The initrd rescue system is a collection of statically linked utilities. We've included nvi2 in it, but nvi2 cannot really work because it requires the terminfo library. See also the BUGS section of FreeBSD's rescue(8).
So I'm openning this issue to ask: whether or not it is possible to make nvi2 work without depending on terminfo/termcap library? If not, would it be hard to make it work, e.g., by embedding the dumb/ansi term information in the program? I can help work on the patch if you like. Thank you.
Regards,
Aaron
The text was updated successfully, but these errors were encountered: