mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 11:33:49 -05:00
Remove infocmp from shims
infocmp is a system utility that returns information about the user's terminal. When it is shimmed it can cause problems for various programs that use it to determine terminal settings. In particular, the library used by the Scala shell reads it and problems can occur where various control keys don't work (e.g. backspace does not work).
This commit is contained in:
@@ -22,6 +22,7 @@ gsettings
|
||||
gio-querymodules
|
||||
glib-compile-resources
|
||||
glib-compile-schemas
|
||||
infocmp
|
||||
# libpng
|
||||
libpng-config
|
||||
# libxml2
|
||||
|
||||
Reference in New Issue
Block a user