Explorar el Código

make stty a dependency with socat

Daniel Sheffield hace 2 meses
padre
commit
2abfd5a2d4
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      helpers/common.sh

+ 6 - 0
helpers/common.sh

@@ -17,9 +17,15 @@ ESSENTIAL_SYSTEM_SPECIFIC=(
 	xargs
 )
 NONESSENTIAL=(
+	# recall listing selectors
 	iselect
 	vipe
+
+	# pseudo-terminal so paging/colors more likely
+	# to work same as when command is run
+	# without capture
 	socat
+	stty
 )
 
 get_subprog () {