We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db38c7 commit 2a053c5Copy full SHA for 2a053c5
1 file changed
Lib/_pyrepl/terminfo.py
@@ -102,10 +102,14 @@ def _get_terminfo_dirs() -> list[Path]:
102
103
dirs.extend(
104
[
105
+ "/etc/terminfo",
106
+ "/lib/terminfo",
107
+ "/usr/lib/terminfo",
108
"/usr/share/terminfo",
109
+ "/usr/share/lib/terminfo",
110
"/usr/share/misc/terminfo",
111
+ "/usr/local/lib/terminfo",
112
"/usr/local/share/terminfo",
- "/etc/terminfo",
113
]
114
)
115
0 commit comments