]> git.lizzy.rs Git - rust.git/commit
Auto merge of #37469 - meh:fix-term, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 12 Nov 2016 04:46:59 +0000 (20:46 -0800)
committerGitHub <noreply@github.com>
Sat, 12 Nov 2016 04:46:59 +0000 (20:46 -0800)
commitb33873f5411d4ad6a3bd5a4a18dffce8a960a316
tree8fde5e817fc50b5b5d981f06e9f13a8f1a89078b
parent391939be76be89845b9673b0c39301c0c07bbf34
parentf9cc16652746285a765eea5db14d1a6ead04bab6
Auto merge of #37469 - meh:fix-term, r=alexcrichton

Fix terminfo database search path

This is more consistent with what every other program does, I happened to have `TERMINFO` set as `/usr/share/terminfo` but had the actual database in `~/.terminfo`, regardless of that every other terminfo/ncurses based software picked up the one in the home correctly.

This just puts the path in `TERMINFO` at the top of the search paths, and moves the home checking to the default search paths section.