martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
857 stars 106 forks source link

Add a termcap entry for systems without terminfo #89

Open ghost opened 6 years ago

ghost commented 6 years ago

The termcap file is set in config.mk as /usr/share/misc/termcap as it is on FreeBSD and OpenBSD (which use terminfo)... The /usr/share/misc/ is also present on VoidLinux, hopefully it will not break the installation due to inexistant directory.

79