You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems a bit confusing. FINAL CUT only needs the termcap library to determine the device-independent terminal capabilities.
#include<term.h>// termcap
The termcap library is available as a standalone library (libtermcap) or bundled with ncurses (libtinfo).
FINAL CUT does not call any ncurses functions with libtinfo. It has its own cursor optimization and window management. Therefore, libfinal is only dynamically linked with libtinfo and not with libncurses or libncursesw.
Describe the bug
in README, it said without external dependency of ncurses, but in FAQ, it said need libncurses, so which one is right?
The text was updated successfully, but these errors were encountered: