add freebsd terminfo location (dotnet/corefx#31756)
authorMateus Rodrigues de Morais <mateus.rodrigues@live.com>
Wed, 15 Aug 2018 17:10:54 +0000 (14:10 -0300)
committerTomas Weinfurt <tweinfurt@yahoo.com>
Wed, 15 Aug 2018 17:10:54 +0000 (10:10 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/a7bc18f877b9e639764b32cf01faf4395090e7c1

src/libraries/System.Console/src/System/TermInfo.cs

index 237c895..a4887ff 100644 (file)
@@ -176,6 +176,7 @@ namespace System
                     "/etc/terminfo",
                     "/lib/terminfo",
                     "/usr/share/terminfo",
+                    "/usr/share/misc/terminfo"
                 };
 
             /// <summary>Read the database for the specified terminal.</summary>