Parcourir la source

update input

pull/1/head
10sr il y a 12 ans
Parent
révision
c8558eb787
1 fichiers modifiés avec 5 ajouts et 6 suppressions
  1. +5
    -6
      bashrc

+ 5
- 6
bashrc Voir le fichier

@@ -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(){


Chargement…
Annuler
Enregistrer