Explorar el Código

update input

pull/1/head
10sr hace 12 años
padre
commit
c8558eb787
Se han modificado 1 ficheros con 5 adiciones y 6 borrados
  1. +5
    -6
      bashrc

+ 5
- 6
bashrc Ver fichero

@@ -184,12 +184,11 @@ then
fi

input(){
(
stty -echo
read foo
stty echo
echo $foo
)
local foo
stty -echo
read foo
stty echo
echo $foo
}

tmux(){


Cargando…
Cancelar
Guardar