blob: 01eafa9e2633445275845234c52c9eab36d2371d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- main/term.c.orig 2024-10-17 16:00:41 UTC
+++ main/term.c
@@ -46,6 +46,7 @@ static const char * const termpath[] = {
static char quitdata[80] = "";
static const char * const termpath[] = {
+ "%%LOCALBASE%%/share/terminfo",
"/usr/share/terminfo",
"/usr/local/share/misc/terminfo",
"/usr/lib/terminfo",
|